blob: 9a8f232beb3c103c2a50c7793e93139f7e6ef198 (
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
// DeviceManagementExchangeDeviceClass undocumented
type DeviceManagementExchangeDeviceClass struct {
// Object is the base model of DeviceManagementExchangeDeviceClass
Object
// Name Name of the device class which will be impacted by this rule.
Name *string `json:"name,omitempty"`
// Type Type of device which is impacted by this rule e.g. Model, Family
Type *DeviceManagementExchangeAccessRuleType `json:"type,omitempty"`
}
|