C# Класс PlayFab.ClientModels.GetCharacterDataRequest

Наследование: PlayFabRequestCommon
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
CharacterId string
IfChangedFromDataVersion uint?
Keys List
PlayFabId string

Описание свойств

CharacterId публичное свойство

Unique PlayFab assigned ID for a specific character owned by a user
public string CharacterId
Результат string

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.
public uint? IfChangedFromDataVersion
Результат uint?

Keys публичное свойство

Specific keys to search for in the custom user data.
public List Keys
Результат List

PlayFabId публичное свойство

Unique PlayFab identifier of the user to load data for. Optional, defaults to yourself if not set.
public string PlayFabId
Результат string