C# Class PlayFab.ClientModels.SetFriendTagsRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property 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
return string

Tags public_oe property

Array of tags to set on the friend account.
public List Tags
return List