summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/PlannerBucketModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/PlannerBucketModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/PlannerBucketModel.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/PlannerBucketModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/PlannerBucketModel.go
deleted file mode 100644
index 66e099cf..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/PlannerBucketModel.go
+++ /dev/null
@@ -1,17 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// PlannerBucket undocumented
-type PlannerBucket struct {
- // PlannerDelta is the base model of PlannerBucket
- PlannerDelta
- // Name undocumented
- Name *string `json:"name,omitempty"`
- // PlanID undocumented
- PlanID *string `json:"planId,omitempty"`
- // OrderHint undocumented
- OrderHint *string `json:"orderHint,omitempty"`
- // Tasks undocumented
- Tasks []PlannerTask `json:"tasks,omitempty"`
-}