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

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

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

Свойство Тип Описание
CatalogVersion string
CharacterId string
ContainerItemId string
PlayFabId string

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

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

Specifies the catalog version that should be used to determine container contents. If unspecified, uses default/primary catalog.
public string CatalogVersion
Результат string

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

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

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

Catalog ItemId of the container type to unlock.
public string ContainerItemId
Результат string

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

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
Результат string