blob: bc991c399bbaf002c5cc64d7c0976c36dd8c93f7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
import "time"
// PlannerAssignment undocumented
type PlannerAssignment struct {
// Object is the base model of PlannerAssignment
Object
// AssignedBy undocumented
AssignedBy *IdentitySet `json:"assignedBy,omitempty"`
// AssignedDateTime undocumented
AssignedDateTime *time.Time `json:"assignedDateTime,omitempty"`
// OrderHint undocumented
OrderHint *string `json:"orderHint,omitempty"`
}
|