blob: e4a71946ee436cb996adb5f8afd627229b53220e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// FollowupFlag undocumented
type FollowupFlag struct {
// Object is the base model of FollowupFlag
Object
// CompletedDateTime undocumented
CompletedDateTime *DateTimeTimeZone `json:"completedDateTime,omitempty"`
// DueDateTime undocumented
DueDateTime *DateTimeTimeZone `json:"dueDateTime,omitempty"`
// StartDateTime undocumented
StartDateTime *DateTimeTimeZone `json:"startDateTime,omitempty"`
// FlagStatus undocumented
FlagStatus *FollowupFlagStatus `json:"flagStatus,omitempty"`
}
|