C# Class PlayFab.ServerModels.GetPlayerStatisticsResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
PlayFabId string
Statistics List

Property Details

PlayFabId public property

PlayFab unique identifier of the user whose statistics are being returned
public string PlayFabId
return string

Statistics public property

User statistics for the requested user.
public List Statistics
return List