blob: e103ce2f36b4f326b679e6facf196e0b3d40914d (
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-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"`
}
// 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"`
}
|