summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/DeviceManagementEnumValueModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/DeviceManagementEnumValueModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/DeviceManagementEnumValueModel.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/DeviceManagementEnumValueModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/DeviceManagementEnumValueModel.go
deleted file mode 100644
index 81c6d16b..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/DeviceManagementEnumValueModel.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// DeviceManagementEnumValue undocumented
-type DeviceManagementEnumValue struct {
- // Object is the base model of DeviceManagementEnumValue
- Object
- // Value The raw enum value text
- Value *string `json:"value,omitempty"`
- // DisplayName Display name for this enum value
- DisplayName *string `json:"displayName,omitempty"`
-}