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

package msgraph

// DeviceManagementIntentSettingCategory Entity representing an intent setting category
type DeviceManagementIntentSettingCategory struct {
	// DeviceManagementSettingCategory is the base model of DeviceManagementIntentSettingCategory
	DeviceManagementSettingCategory
	// Settings undocumented
	Settings []DeviceManagementSettingInstance `json:"settings,omitempty"`
}