C# Class PlayFab.ClientModels.GetPlayerStatisticsRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
StatisticNameVersions List
StatisticNames List

Property Details

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 (current version will be returned for each)
public List StatisticNames
return List