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