summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/LicenseUnitsDetailModel.go
blob: 50ebfcd1dab227903cc56b379c3df3ec023b70b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// LicenseUnitsDetail undocumented
type LicenseUnitsDetail struct {
	// Object is the base model of LicenseUnitsDetail
	Object
	// Enabled undocumented
	Enabled *int `json:"enabled,omitempty"`
	// Suspended undocumented
	Suspended *int `json:"suspended,omitempty"`
	// Warning undocumented
	Warning *int `json:"warning,omitempty"`
}