summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/DeviceManagementSettingCategoryModel.go
blob: a638dfae1594f7614528241dc71fd4126c9beb15 (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

// DeviceManagementSettingCategory Entity representing a setting category
type DeviceManagementSettingCategory struct {
	// Entity is the base model of DeviceManagementSettingCategory
	Entity
	// DisplayName The category name
	DisplayName *string `json:"displayName,omitempty"`
	// SettingDefinitions undocumented
	SettingDefinitions []DeviceManagementSettingDefinition `json:"settingDefinitions,omitempty"`
}