2020-09-04 21:29:13 +00:00
|
|
|
// Code generated by msgraph.go/gen DO NOT EDIT.
|
2020-03-15 22:43:46 +00:00
|
|
|
|
|
|
|
package msgraph
|
|
|
|
|
|
|
|
// RemoveContentFooterAction undocumented
|
|
|
|
type RemoveContentFooterAction struct {
|
|
|
|
// InformationProtectionAction is the base model of RemoveContentFooterAction
|
|
|
|
InformationProtectionAction
|
|
|
|
// UIElementNames undocumented
|
|
|
|
UIElementNames []string `json:"uiElementNames,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
// RemoveContentHeaderAction undocumented
|
|
|
|
type RemoveContentHeaderAction struct {
|
|
|
|
// InformationProtectionAction is the base model of RemoveContentHeaderAction
|
|
|
|
InformationProtectionAction
|
|
|
|
// UIElementNames undocumented
|
|
|
|
UIElementNames []string `json:"uiElementNames,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
// RemoveProtectionAction undocumented
|
|
|
|
type RemoveProtectionAction struct {
|
|
|
|
// InformationProtectionAction is the base model of RemoveProtectionAction
|
|
|
|
InformationProtectionAction
|
|
|
|
}
|
|
|
|
|
|
|
|
// RemoveWatermarkAction undocumented
|
|
|
|
type RemoveWatermarkAction struct {
|
|
|
|
// InformationProtectionAction is the base model of RemoveWatermarkAction
|
|
|
|
InformationProtectionAction
|
|
|
|
// UIElementNames undocumented
|
|
|
|
UIElementNames []string `json:"uiElementNames,omitempty"`
|
|
|
|
}
|