summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementEnumValueModel.go
blob: 81c6d16b9e49a8bc784853fc43c0a69d25e054c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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"`
}