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

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

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

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

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

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

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

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

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

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

ItemInstanceId of the container to unlock.
public string ContainerItemInstanceId
Результат string

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

ItemInstanceId of the key that will be consumed by unlocking this container. If the container requires a key, this parameter is required.
public string KeyItemInstanceId
Результат string

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

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