My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
PlayFab.ClientModels.UnlockContainerInstanceRequest Class Reference

Specify the container and optionally the catalogVersion for the container to open. More...

Inheritance diagram for PlayFab.ClientModels.UnlockContainerInstanceRequest:
PlayFab.SharedModels.PlayFabRequestCommon PlayFab.SharedModels.PlayFabBaseModel

Public Attributes

string CatalogVersion
 Specifies the catalog version that should be used to determine container contents. If unspecified, uses catalog associated with the item instance.
 
string CharacterId
 Unique PlayFab assigned ID for a specific character owned by a user.
 
string ContainerItemInstanceId
 ItemInstanceId of the container to unlock.
 
Dictionary< string, string > CustomTags
 The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).
 
string KeyItemInstanceId
 ItemInstanceId of the key that will be consumed by unlocking this container. If the container requires a key, this parameter is required.
 
- Public Attributes inherited from PlayFab.SharedModels.PlayFabRequestCommon
PlayFabAuthenticationContext AuthenticationContext
 

Additional Inherited Members

- Public Member Functions inherited from PlayFab.SharedModels.PlayFabBaseModel
string ToJson ()
 

Detailed Description

Specify the container and optionally the catalogVersion for the container to open.


The documentation for this class was generated from the following file: