forked from lug/matterbridge
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
19
vendor/github.com/yaegashi/msgraph.go/beta/ModelEdition.go
generated
vendored
Normal file
19
vendor/github.com/yaegashi/msgraph.go/beta/ModelEdition.go
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
// 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"`
|
||||
}
|
||||
Reference in New Issue
Block a user