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

package msgraph

// GovernanceNotificationPolicy undocumented
type GovernanceNotificationPolicy struct {
	// Object is the base model of GovernanceNotificationPolicy
	Object
	// NotificationTemplates undocumented
	NotificationTemplates []GovernanceNotificationTemplate `json:"notificationTemplates,omitempty"`
	// EnabledTemplateTypes undocumented
	EnabledTemplateTypes []string `json:"enabledTemplateTypes,omitempty"`
}