diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/PlannerPlanContextModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/PlannerPlanContextModel.go | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/PlannerPlanContextModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/PlannerPlanContextModel.go new file mode 100644 index 00000000..5fc6e1a0 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/PlannerPlanContextModel.go @@ -0,0 +1,19 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +import "time" + +// PlannerPlanContext undocumented +type PlannerPlanContext struct { + // Object is the base model of PlannerPlanContext + Object + // AssociationType undocumented + AssociationType *string `json:"associationType,omitempty"` + // CreatedDateTime undocumented + CreatedDateTime *time.Time `json:"createdDateTime,omitempty"` + // DisplayNameSegments undocumented + DisplayNameSegments []string `json:"displayNameSegments,omitempty"` + // OwnerAppID undocumented + OwnerAppID *string `json:"ownerAppId,omitempty"` +} |