forked from lug/matterbridge
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
33
vendor/github.com/yaegashi/msgraph.go/beta/ModelRemove.go
generated
vendored
Normal file
33
vendor/github.com/yaegashi/msgraph.go/beta/ModelRemove.go
generated
vendored
Normal file
@@ -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"`
|
||||
}
|
||||
Reference in New Issue
Block a user