// 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"` }