C# Class PlayFab.ClientModels.UnlockContainerItemRequest

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

Public Properties

Property Type Description
CatalogVersion string
CharacterId string
ContainerItemId 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