blob: b19356cb9f8b9bbcb678299ec870940cb82bd0ca (
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
// LicenseDetails undocumented
type LicenseDetails struct {
// Entity is the base model of LicenseDetails
Entity
// ServicePlans undocumented
ServicePlans []ServicePlanInfo `json:"servicePlans,omitempty"`
// SKUID undocumented
SKUID *UUID `json:"skuId,omitempty"`
// SKUPartNumber undocumented
SKUPartNumber *string `json:"skuPartNumber,omitempty"`
}
|