C# Class PlayFab.ServerModels.GetPlayerStatisticsRequest

Inheritance: PlayFabRequestCommon
显示文件 Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
PlayFabId string
StatisticNameVersions List
StatisticNames List

Property Details

PlayFabId public_oe property

user for whom statistics are being requested
public string PlayFabId
return 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
return List

StatisticNames public_oe property

statistics to return
public List StatisticNames
return List