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

// LabelPolicy undocumented
type LabelPolicy struct {
	// Object is the base model of LabelPolicy
	Object
	// ID undocumented
	ID *string `json:"id,omitempty"`
	// Name undocumented
	Name *string `json:"name,omitempty"`
}