diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ServicePlanInfoModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ServicePlanInfoModel.go | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ServicePlanInfoModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ServicePlanInfoModel.go deleted file mode 100644 index 8bca1e17..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/ServicePlanInfoModel.go +++ /dev/null @@ -1,17 +0,0 @@ -// 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"` -} |