C# Class PlayFab.ClientModels.SetFriendTagsRequest

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

Méthodes publiques

Свойство Type Description
FriendPlayFabId string
Tags List

Property Details

FriendPlayFabId public_oe property

PlayFab identifier of the friend account to which the tag(s) should be applied.
public string FriendPlayFabId
Résultat string

Tags public_oe property

Array of tags to set on the friend account.
public List Tags
Résultat List