summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/DeviceManagementEnumConstraintModel.go
blob: d90c73cd2264d042e0c9cde71d7a5e6dad999455 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// DeviceManagementEnumConstraint undocumented
type DeviceManagementEnumConstraint struct {
	// DeviceManagementConstraint is the base model of DeviceManagementEnumConstraint
	DeviceManagementConstraint
	// Values List of valid values for this string
	Values []DeviceManagementEnumValue `json:"values,omitempty"`
}