5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-10 14:30:26 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementApplicabilityRuleOsEditionModel.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"`
}