C# Class PlayFab.ClientModels.CurrentGamesRequest

Inheritance: PlayFabModelBase
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство 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
Résultat string

GameMode public_oe property

Game mode to look for.
public string GameMode
Résultat string

Region public_oe property

Region to check for Game Server Instances.
public Region? Region
Résultat Region?

StatisticName public_oe property

Statistic name to find statistic-based matches.
public string StatisticName
Résultat string

TagFilter public_oe property

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