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