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, 13 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/DeviceManagementEnumValueModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/DeviceManagementEnumValueModel.go
new file mode 100644
index 00000000..81c6d16b
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/DeviceManagementEnumValueModel.go
@@ -0,0 +1,13 @@
+// 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"`
+}