summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/LicenseInfoDetailModel.go
blob: 850ad2f847899889dea6c7a8d4426816f7c05c7f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"`
}