summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/GroupLifecyclePolicyModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/GroupLifecyclePolicyModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/GroupLifecyclePolicyModel.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/GroupLifecyclePolicyModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/GroupLifecyclePolicyModel.go
new file mode 100644
index 00000000..be7e003e
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/GroupLifecyclePolicyModel.go
@@ -0,0 +1,15 @@
+// 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"`
+}