C# Class PlayFab.ServerModels.MoveItemToCharacterFromUserRequest

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

Méthodes publiques

Свойство Type Description
CharacterId string
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
Résultat string

ItemInstanceId public_oe property

Unique PlayFab assigned instance identifier of the item
public string ItemInstanceId
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