C# Class PlayFab.ServerModels.UnlockContainerInstanceRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
CatalogVersion string
CharacterId string
ContainerItemInstanceId string
KeyItemInstanceId string
PlayFabId 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

PlayFabId public property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
return string