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

// GovernanceRuleSetting undocumented
type GovernanceRuleSetting struct {
	// Object is the base model of GovernanceRuleSetting
	Object
	// RuleIdentifier undocumented
	RuleIdentifier *string `json:"ruleIdentifier,omitempty"`
	// Setting undocumented
	Setting *string `json:"setting,omitempty"`
}