My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.ClientModels.GetCharacterDataRequest Class Reference

Data is stored as JSON key-value pairs. If the Keys parameter is provided, the data object returned will only contain the data specific to the indicated Keys. Otherwise, the full set of custom character data will be returned. More...

Inheritance diagram for PlayFab.ClientModels.GetCharacterDataRequest:
PlayFab.SharedModels.PlayFabRequestCommon PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

string CharacterId
 Unique PlayFab assigned ID for a specific character owned by a user.
 
uint? IfChangedFromDataVersion
 The version that currently exists according to the caller. The call will return the data for all of the keys if the version in the system is greater than this.
 
List< string > Keys
 Specific keys to search for in the custom user data.
 
string PlayFabId
 Unique PlayFab identifier of the user to load data for. Optional, defaults to yourself if not set.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon
PlayFabAuthenticationContext AuthenticationContext
 

Additional Inherited Members

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

Detailed Description

Data is stored as JSON key-value pairs. If the Keys parameter is provided, the data object returned will only contain the data specific to the indicated Keys. Otherwise, the full set of custom character data will be returned.


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