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