summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/PlannerModel.go
blob: 7e7519892cda612ffb1411a9c181a5564c2a08bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// Planner undocumented
type Planner struct {
	// Entity is the base model of Planner
	Entity
	// Tasks undocumented
	Tasks []PlannerTask `json:"tasks,omitempty"`
	// Plans undocumented
	Plans []PlannerPlan `json:"plans,omitempty"`
	// Buckets undocumented
	Buckets []PlannerBucket `json:"buckets,omitempty"`
}