diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/FollowupFlagModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/FollowupFlagModel.go | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/FollowupFlagModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/FollowupFlagModel.go new file mode 100644 index 00000000..933e0fc7 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/FollowupFlagModel.go @@ -0,0 +1,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"` +} |