summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/RemoveContentHeaderActionModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/RemoveContentHeaderActionModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/RemoveContentHeaderActionModel.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/RemoveContentHeaderActionModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/RemoveContentHeaderActionModel.go
deleted file mode 100644
index 44f5a8a8..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/RemoveContentHeaderActionModel.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// RemoveContentHeaderAction undocumented
-type RemoveContentHeaderAction struct {
- // InformationProtectionAction is the base model of RemoveContentHeaderAction
- InformationProtectionAction
- // UIElementNames undocumented
- UIElementNames []string `json:"uiElementNames,omitempty"`
-}