diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/AssignedPlanModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/AssignedPlanModel.go | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/AssignedPlanModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/AssignedPlanModel.go new file mode 100644 index 00000000..1d4ab7fb --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/AssignedPlanModel.go @@ -0,0 +1,19 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +import "time" + +// AssignedPlan undocumented +type AssignedPlan struct { + // Object is the base model of AssignedPlan + Object + // AssignedDateTime undocumented + AssignedDateTime *time.Time `json:"assignedDateTime,omitempty"` + // CapabilityStatus undocumented + CapabilityStatus *string `json:"capabilityStatus,omitempty"` + // Service undocumented + Service *string `json:"service,omitempty"` + // ServicePlanID undocumented + ServicePlanID *UUID `json:"servicePlanId,omitempty"` +} |