blob: 5fc6e1a06f05647f87cb2c8c9a8841af520af7c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
import "time"
// PlannerPlanContext undocumented
type PlannerPlanContext struct {
// Object is the base model of PlannerPlanContext
Object
// AssociationType undocumented
AssociationType *string `json:"associationType,omitempty"`
// CreatedDateTime undocumented
CreatedDateTime *time.Time `json:"createdDateTime,omitempty"`
// DisplayNameSegments undocumented
DisplayNameSegments []string `json:"displayNameSegments,omitempty"`
// OwnerAppID undocumented
OwnerAppID *string `json:"ownerAppId,omitempty"`
}
|