My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.ClientModels.GetLeaderboardRequest Class Reference
Inheritance diagram for PlayFab.ClientModels.GetLeaderboardRequest:
PlayFab.SharedModels.PlayFabRequestCommon PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

Dictionary< string, string > CustomTags
 The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).
 
int? MaxResultsCount
 Maximum number of entries to retrieve. Default 10, maximum 100.
 
PlayerProfileViewConstraints ProfileConstraints
 If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, only the allowed client profile properties for the title may be requested. These allowed properties are configured in the Game Manager "Client Profile Options" tab in the "Settings" section.
 
int StartPosition
 Position in the leaderboard to start this listing (defaults to the first entry).
 
string StatisticName
 Statistic used to rank players for this leaderboard.
 
int? Version
 The version of the leaderboard to get.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon
PlayFabAuthenticationContext AuthenticationContext
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

The documentation for this class was generated from the following file: