blob: f9f8da13b484be1e0e2ee998de1fdc4b8eee650f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// DeviceManagementCollectionSettingDefinition Entity representing the defintion for a collection setting
type DeviceManagementCollectionSettingDefinition struct {
// DeviceManagementSettingDefinition is the base model of DeviceManagementCollectionSettingDefinition
DeviceManagementSettingDefinition
// ElementDefinitionID The Setting Definition ID that describes what each element of the collection looks like
ElementDefinitionID *string `json:"elementDefinitionId,omitempty"`
}
|