C# Class PlayFab.ServerModels.GetCharacterInventoryRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer Class Usage Examples

Méthodes publiques

Свойство Type Description
CatalogVersion string
CharacterId string
PlayFabId string

Property Details

CatalogVersion public_oe property

Used to limit results to only those from a specific catalog version.
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

PlayFabId public_oe property

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