summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/DeviceRestrictionActionModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/DeviceRestrictionActionModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/DeviceRestrictionActionModel.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/DeviceRestrictionActionModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/DeviceRestrictionActionModel.go
deleted file mode 100644
index a5af4498..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/DeviceRestrictionActionModel.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// DeviceRestrictionAction undocumented
-type DeviceRestrictionAction struct {
- // DlpActionInfo is the base model of DeviceRestrictionAction
- DlpActionInfo
- // RestrictionAction undocumented
- RestrictionAction *RestrictionAction `json:"restrictionAction,omitempty"`
- // Triggers undocumented
- Triggers []RestrictionTrigger `json:"triggers,omitempty"`
- // Message undocumented
- Message *string `json:"message,omitempty"`
-}