blob: 408bb57722df10634adc51db235f8f13d8cb6b06 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// PlannerGroup undocumented
type PlannerGroup struct {
// Entity is the base model of PlannerGroup
Entity
// Plans undocumented
Plans []PlannerPlan `json:"plans,omitempty"`
}
|