summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ProtectSiteModel.go
blob: 42fd96b284adae8d4b63e72552756aceed35f219 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// ProtectSite undocumented
type ProtectSite struct {
	// LabelActionBase is the base model of ProtectSite
	LabelActionBase
	// AccessType undocumented
	AccessType *SiteAccessType `json:"accessType,omitempty"`
}