C# Class PlayFab.ClientModels.UnlockContainerInstanceRequest

Inheritance: PlayFabRequestCommon
Exibir arquivo Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
CatalogVersion string
CharacterId string
ContainerItemInstanceId string
KeyItemInstanceId string

Property Details

CatalogVersion public_oe property

Specifies the catalog version that should be used to determine container contents. If unspecified, uses catalog associated with the item instance.
public string CatalogVersion
return string

CharacterId public_oe property

Unique PlayFab assigned ID for a specific character owned by a user
public string CharacterId
return string

ContainerItemInstanceId public_oe property

ItemInstanceId of the container to unlock.
public string ContainerItemInstanceId
return string

KeyItemInstanceId public_oe property

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
return string