C# Class PlayFab.ClientModels.GetCharacterInventoryRequest

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

Public Properties

Property Type Description
CatalogVersion string
CharacterId string

Property Details

CatalogVersion public property

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