5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 16:02:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelEdition.go
2020-03-22 00:02:48 +01:00

20 lines
820 B
Go

// Code generated by msgraph-generate.go 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"`
}