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

package msgraph

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