C# Class PlayFab.ServerModels.UnlockContainerItemRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
CatalogVersion string
CharacterId string
ContainerItemId string
PlayFabId 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
Résultat string

CharacterId public_oe property

Unique PlayFab assigned ID for a specific character owned by a user
public string CharacterId
Résultat string

ContainerItemId public_oe property

Catalog ItemId of the container type to unlock.
public string ContainerItemId
Résultat string

PlayFabId public_oe property

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