5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-26 23:41:36 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementExchangeDeviceClassModel.go

14 lines
505 B
Go

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