C# Class PlayFab.ClientModels.CurrentGamesRequest

Inheritance: PlayFabModelBase
显示文件 Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
BuildVersion string
GameMode string
Region Region?
StatisticName string
TagFilter CollectionFilter

Property Details

BuildVersion public_oe property

Build to match against.
public string BuildVersion
return string

GameMode public_oe property

Game mode to look for.
public string GameMode
return string

Region public_oe property

Region to check for Game Server Instances.
public Region? Region
return Region?

StatisticName public_oe property

Statistic name to find statistic-based matches.
public string StatisticName
return string

TagFilter public_oe property

Filter to include and/or exclude Game Server Instances associated with certain tags.
public CollectionFilter,PlayFab.ClientModels TagFilter
return CollectionFilter