C# Class PlayFab.ClientModels.UnlockContainerItemRequest

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

Public Properties

Property Type Description
CatalogVersion string
CharacterId string
ContainerItemId string

Property Details

CatalogVersion public_oe 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_oe property

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

ContainerItemId public_oe property

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