mirror of
https://github.com/42wim/matterbridge.git
synced 2025-02-17 19:19:03 -08:00
16 lines
383 B
Go
16 lines
383 B
Go
// 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"`
|
|
}
|