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

package msgraph

// RemoveContentFooterAction undocumented
type RemoveContentFooterAction struct {
	// InformationProtectionAction is the base model of RemoveContentFooterAction
	InformationProtectionAction
	// UIElementNames undocumented
	UIElementNames []string `json:"uiElementNames,omitempty"`
}