C# Class PlayFab.ServerModels.ConsumeItemRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
CharacterId string
ConsumeCount int
ItemInstanceId string
PlayFabId string

Property Details

CharacterId public_oe property

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

ConsumeCount public_oe property

Number of uses to consume from the item.
public int ConsumeCount
return int

ItemInstanceId public_oe property

Unique instance identifier of the item to be consumed.
public string ItemInstanceId
return string

PlayFabId public_oe property

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