C# Class PlayFab.MatchmakerModels.StartGameRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Build string
CustomCommandLineData string
ExternalMatchmakerEventEndpoint string
GameMode string
Region Region

Property Details

Build public property

Unique identifier of the previously uploaded build executable which is to be started.
public string Build
return string

CustomCommandLineData public property

Custom command line argument when starting game server process.
public string CustomCommandLineData
return string

ExternalMatchmakerEventEndpoint public property

HTTP endpoint URL for receiving game status events, if using an external matchmaker. When the game ends, PlayFab will make a POST request to this URL with the X-SecretKey header set to the value of the game's secret and an application/json body of { "EventName": "game_ended", "GameID": "" }.
public string ExternalMatchmakerEventEndpoint
return string

GameMode public property

Game mode for this Game Server Instance.
public string GameMode
return string

Region public property

Region with which to associate the server, for filtering.
public Region Region
return Region