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

package msgraph

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