summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/PlannerPlanDetailsModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/PlannerPlanDetailsModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/PlannerPlanDetailsModel.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/PlannerPlanDetailsModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/PlannerPlanDetailsModel.go
new file mode 100644
index 00000000..25d5936f
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/PlannerPlanDetailsModel.go
@@ -0,0 +1,15 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// PlannerPlanDetails undocumented
+type PlannerPlanDetails struct {
+ // PlannerDelta is the base model of PlannerPlanDetails
+ PlannerDelta
+ // SharedWith undocumented
+ SharedWith *PlannerUserIDs `json:"sharedWith,omitempty"`
+ // CategoryDescriptions undocumented
+ CategoryDescriptions *PlannerCategoryDescriptions `json:"categoryDescriptions,omitempty"`
+ // ContextDetails undocumented
+ ContextDetails *PlannerPlanContextDetailsCollection `json:"contextDetails,omitempty"`
+}