blob: 0faa7144385065e99d68db31bc0ad9a15c4c46aa (
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
// ProvisionedPlan undocumented
type ProvisionedPlan struct {
// Object is the base model of ProvisionedPlan
Object
// CapabilityStatus undocumented
CapabilityStatus *string `json:"capabilityStatus,omitempty"`
// ProvisioningStatus undocumented
ProvisioningStatus *string `json:"provisioningStatus,omitempty"`
// Service undocumented
Service *string `json:"service,omitempty"`
}
|