blob: bcef060c398cf74c930f0697557794a7b80f8f0e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// PlannerCategoryDescriptions undocumented
type PlannerCategoryDescriptions struct {
// Object is the base model of PlannerCategoryDescriptions
Object
// Category1 undocumented
Category1 *string `json:"category1,omitempty"`
// Category2 undocumented
Category2 *string `json:"category2,omitempty"`
// Category3 undocumented
Category3 *string `json:"category3,omitempty"`
// Category4 undocumented
Category4 *string `json:"category4,omitempty"`
// Category5 undocumented
Category5 *string `json:"category5,omitempty"`
// Category6 undocumented
Category6 *string `json:"category6,omitempty"`
}
|