You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelEdition.go

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