5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 16:02:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelRemove.go
2020-03-22 00:02:48 +01:00

34 lines
1.1 KiB
Go

// 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"`
}