// 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"` }