summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ProtectGroupModel.go
blob: c4c7cb140ac96d856f4861d9a1777490e4c259a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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"`
}