C# Class PlayFab.ClientModels.UnlockContainerInstanceRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
CatalogVersion string
CharacterId string
ContainerItemInstanceId string
KeyItemInstanceId string

Property Details

CatalogVersion public 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 property

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

ContainerItemInstanceId public property

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

KeyItemInstanceId public 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