Skip to content

UpdateInstanceRequest

UpdateInstanceRequest defines editable instance properties submitted by the frontend.

Kind

struct

Fields

Go fieldJSON fieldGo typeTypeScript typeOptionalNullable
IDidstringstringNoNo
NamenamestringstringNoNo
DescriptiondescriptionstringstringNoNo
GameVersionIDgameVersionIdstringstringNoNo
GameClientgameClient*stringstring | nullYesYes
DefaultAccountIDdefaultAccountId*stringstring | nullYesYes
LaunchArgumentslaunchArguments[]stringstring[]NoNo
EnvironmentVariablesenvironmentVariables*map[string]stringRecord<string, string> | nullYesYes
CoverSourcePathcoverSourcePath*stringstring | nullYesYes

Used by

Source

internal/transport/wails/instance_controller.go:167