blob: 8bca1e17533e3ed992a114f6942bf6c09ac9c3bf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ServicePlanInfo undocumented
type ServicePlanInfo struct {
// Object is the base model of ServicePlanInfo
Object
// ServicePlanID undocumented
ServicePlanID *UUID `json:"servicePlanId,omitempty"`
// ServicePlanName undocumented
ServicePlanName *string `json:"servicePlanName,omitempty"`
// ProvisioningStatus undocumented
ProvisioningStatus *string `json:"provisioningStatus,omitempty"`
// AppliesTo undocumented
AppliesTo *string `json:"appliesTo,omitempty"`
}
|