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