C# Class PlayFab.ClientModels.GameServerRegionsRequest

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

Public Properties

Property Type Description
BuildVersion string
TitleId string

Property Details

BuildVersion public property

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

TitleId public 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