blob: ba90423ebf4a5bd331eb1c047cab643ed7d3a97b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// AssignedLicense undocumented
type AssignedLicense struct {
// Object is the base model of AssignedLicense
Object
// DisabledPlans undocumented
DisabledPlans []UUID `json:"disabledPlans,omitempty"`
// SKUID undocumented
SKUID *UUID `json:"skuId,omitempty"`
}
|