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

// CustomAction undocumented
type CustomAction struct {
	// InformationProtectionAction is the base model of CustomAction
	InformationProtectionAction
	// Name undocumented
	Name *string `json:"name,omitempty"`
	// Properties undocumented
	Properties []KeyValuePair `json:"properties,omitempty"`
}