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

package msgraph

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