summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/GovernancePolicyModel.go
blob: cc34f7585ebb966907ad05e2d3790278e36f20f8 (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

// GovernancePolicy undocumented
type GovernancePolicy struct {
	// Object is the base model of GovernancePolicy
	Object
	// DecisionMakerCriteria undocumented
	DecisionMakerCriteria []GovernanceCriteria `json:"decisionMakerCriteria,omitempty"`
	// NotificationPolicy undocumented
	NotificationPolicy *GovernanceNotificationPolicy `json:"notificationPolicy,omitempty"`
}