github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelSubscribed.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // SubscribedSKU undocumented
     6  type SubscribedSKU struct {
     7  	// Entity is the base model of SubscribedSKU
     8  	Entity
     9  	// CapabilityStatus undocumented
    10  	CapabilityStatus *string `json:"capabilityStatus,omitempty"`
    11  	// ConsumedUnits undocumented
    12  	ConsumedUnits *int `json:"consumedUnits,omitempty"`
    13  	// PrepaidUnits undocumented
    14  	PrepaidUnits *LicenseUnitsDetail `json:"prepaidUnits,omitempty"`
    15  	// ServicePlans undocumented
    16  	ServicePlans []ServicePlanInfo `json:"servicePlans,omitempty"`
    17  	// SKUID undocumented
    18  	SKUID *UUID `json:"skuId,omitempty"`
    19  	// SKUPartNumber undocumented
    20  	SKUPartNumber *string `json:"skuPartNumber,omitempty"`
    21  	// AppliesTo undocumented
    22  	AppliesTo *string `json:"appliesTo,omitempty"`
    23  }