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