summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ProtectGroupModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/ProtectGroupModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/ProtectGroupModel.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/ProtectGroupModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/ProtectGroupModel.go
deleted file mode 100644
index c4c7cb14..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/ProtectGroupModel.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// ProtectGroup undocumented
-type ProtectGroup struct {
- // LabelActionBase is the base model of ProtectGroup
- LabelActionBase
- // AllowEmailFromGuestUsers undocumented
- AllowEmailFromGuestUsers *bool `json:"allowEmailFromGuestUsers,omitempty"`
- // AllowGuestUsers undocumented
- AllowGuestUsers *bool `json:"allowGuestUsers,omitempty"`
- // Privacy undocumented
- Privacy *GroupPrivacy `json:"privacy,omitempty"`
-}