summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/LicenseInfoDetailModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/LicenseInfoDetailModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/LicenseInfoDetailModel.go17
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/LicenseInfoDetailModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/LicenseInfoDetailModel.go
new file mode 100644
index 00000000..850ad2f8
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/LicenseInfoDetailModel.go
@@ -0,0 +1,17 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// LicenseInfoDetail undocumented
+type LicenseInfoDetail struct {
+ // Object is the base model of LicenseInfoDetail
+ Object
+ // LicenseType undocumented
+ LicenseType *AzureADLicenseType `json:"licenseType,omitempty"`
+ // TotalLicenseCount undocumented
+ TotalLicenseCount *int `json:"totalLicenseCount,omitempty"`
+ // TotalAssignedCount undocumented
+ TotalAssignedCount *int `json:"totalAssignedCount,omitempty"`
+ // TotalUsageCount undocumented
+ TotalUsageCount *int `json:"totalUsageCount,omitempty"`
+}