diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/GroupLifecyclePolicyModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/GroupLifecyclePolicyModel.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/GroupLifecyclePolicyModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/GroupLifecyclePolicyModel.go deleted file mode 100644 index be7e003e..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/GroupLifecyclePolicyModel.go +++ /dev/null @@ -1,15 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// GroupLifecyclePolicy undocumented -type GroupLifecyclePolicy struct { - // Entity is the base model of GroupLifecyclePolicy - Entity - // GroupLifetimeInDays undocumented - GroupLifetimeInDays *int `json:"groupLifetimeInDays,omitempty"` - // ManagedGroupTypes undocumented - ManagedGroupTypes *string `json:"managedGroupTypes,omitempty"` - // AlternateNotificationEmails undocumented - AlternateNotificationEmails *string `json:"alternateNotificationEmails,omitempty"` -} |