C# Class PlayFab.ServerModels.ModifyItemUsesRequest

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

Public Properties

Property Type Description
ItemInstanceId string
PlayFabId string
UsesToAdd int

Property Details

ItemInstanceId public property

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

PlayFabId public property

PlayFab unique identifier of the user whose item is being modified.
public string PlayFabId
return string

UsesToAdd public property

Number of uses to add to the item. Can be negative to remove uses.
public int UsesToAdd
return int