blob: 933e0fc7ad9f2911a461f613afb47aa6e2f4b491 (
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
// 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"`
}
|