summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ApplyLabelActionModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ApplyLabelActionModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/ApplyLabelActionModel.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ApplyLabelActionModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ApplyLabelActionModel.go
deleted file mode 100644
index 8db1902a..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/ApplyLabelActionModel.go
+++ /dev/null
@@ -1,17 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// ApplyLabelAction undocumented
-type ApplyLabelAction struct {
- // InformationProtectionAction is the base model of ApplyLabelAction
- InformationProtectionAction
- // Label undocumented
- Label *LabelDetails `json:"label,omitempty"`
- // ResponsibleSensitiveTypeIDs undocumented
- ResponsibleSensitiveTypeIDs []UUID `json:"responsibleSensitiveTypeIds,omitempty"`
- // Actions undocumented
- Actions []InformationProtectionAction `json:"actions,omitempty"`
- // ActionSource undocumented
- ActionSource *ActionSource `json:"actionSource,omitempty"`
-}