C# Class PlayFab.ServerModels.UnlockContainerItemRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
CatalogVersion string
CharacterId string
ContainerItemId string
PlayFabId string

Property Details

CatalogVersion public property

Specifies the catalog version that should be used to determine container contents. If unspecified, uses default/primary catalog.
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

ContainerItemId public property

Catalog ItemId of the container type to unlock.
public string ContainerItemId
return string

PlayFabId public property

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