diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ModelRemove.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ModelRemove.go | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ModelRemove.go b/vendor/github.com/yaegashi/msgraph.go/beta/ModelRemove.go new file mode 100644 index 00000000..e103ce2f --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ModelRemove.go @@ -0,0 +1,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"` +} |