mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-27 02:01:35 +00:00
16 lines
580 B
Go
16 lines
580 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// DeviceManagementApplicabilityRuleOsEdition undocumented
|
||
|
type DeviceManagementApplicabilityRuleOsEdition struct {
|
||
|
// Object is the base model of DeviceManagementApplicabilityRuleOsEdition
|
||
|
Object
|
||
|
// OsEditionTypes Applicability rule OS edition type.
|
||
|
OsEditionTypes []Windows10EditionType `json:"osEditionTypes,omitempty"`
|
||
|
// Name Name for object.
|
||
|
Name *string `json:"name,omitempty"`
|
||
|
// RuleType Applicability Rule type.
|
||
|
RuleType *DeviceManagementApplicabilityRuleType `json:"ruleType,omitempty"`
|
||
|
}
|