C# Class PlayFab.ClientModels.SetFriendTagsRequest

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

Public Properties

Property Type Description
FriendPlayFabId string
Tags List

Property Details

FriendPlayFabId public property

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

Tags public property

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