5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 03:12:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelEdition.go
2020-09-04 23:29:13 +02:00

20 lines
815 B
Go

// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// EditionUpgradeConfiguration Windows 10 Edition Upgrade configuration.
type EditionUpgradeConfiguration struct {
// DeviceConfiguration is the base model of EditionUpgradeConfiguration
DeviceConfiguration
// LicenseType Edition Upgrade License Type.
LicenseType *EditionUpgradeLicenseType `json:"licenseType,omitempty"`
// TargetEdition Edition Upgrade Target Edition.
TargetEdition *Windows10EditionType `json:"targetEdition,omitempty"`
// License Edition Upgrade License File Content.
License *string `json:"license,omitempty"`
// ProductKey Edition Upgrade Product Key.
ProductKey *string `json:"productKey,omitempty"`
// WindowsSMode S mode configuration.
WindowsSMode *WindowsSModeConfiguration `json:"windowsSMode,omitempty"`
}