C# Class PlayFab.ServerModels.GetPlayerStatisticsRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
PlayFabId string
StatisticNameVersions List
StatisticNames List

Property Details

PlayFabId public_oe property

user for whom statistics are being requested
public string PlayFabId
Résultat string

StatisticNameVersions public_oe property

statistics to return, if StatisticNames is not set (only statistics which have a version matching that provided will be returned)
public List StatisticNameVersions
Résultat List

StatisticNames public_oe property

statistics to return
public List StatisticNames
Résultat List