blob: 4bcf51a2ca297599f9f957acacb695af76348220 (
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
import "time"
// PlannerExternalReference undocumented
type PlannerExternalReference struct {
// Object is the base model of PlannerExternalReference
Object
// Alias undocumented
Alias *string `json:"alias,omitempty"`
// Type undocumented
Type *string `json:"type,omitempty"`
// PreviewPriority undocumented
PreviewPriority *string `json:"previewPriority,omitempty"`
// LastModifiedBy undocumented
LastModifiedBy *IdentitySet `json:"lastModifiedBy,omitempty"`
// LastModifiedDateTime undocumented
LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"`
}
|