C# Класс PlayFab.ServerModels.GetUserDataResult

Наследование: PlayFab.SharedModels.PlayFabResultCommon
Показать файл Открыть проект

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

Свойство Тип Описание
Data UserDataRecord>.Dictionary
DataVersion uint
PlayFabId string

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

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

User specific data for this title.
public Dictionary Data
Результат UserDataRecord>.Dictionary

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

Indicates the current version of the data that has been set. This is incremented with every set call for that type of data (read-only, internal, etc). This version can be provided in Get calls to find updated data.
public uint DataVersion
Результат uint

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

PlayFab unique identifier of the user whose custom data is being returned.
public string PlayFabId
Результат string