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

// CurrentLabel undocumented
type CurrentLabel struct {
	// Object is the base model of CurrentLabel
	Object
	// ID undocumented
	ID *string `json:"id,omitempty"`
	// ApplicationMode undocumented
	ApplicationMode *ApplicationMode `json:"applicationMode,omitempty"`
}