blob: aa4536c6d70eb793d0e6a886c15427c37d0b34fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
// Code generated by msgraph.go/gen 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"`
}
// 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"`
}
|