C# Class PlayFab.ClientModels.GameServerRegionsRequest

Inheritance: PlayFabRequestCommon
Exibir arquivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
BuildVersion string
TitleId string

Property Details

BuildVersion public_oe property

version of game server for which stats are being requested
public string BuildVersion
return string

TitleId public_oe property

Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected.
public string TitleId
return string