C# Class PlayFab.ServerModels.AddPlayerTagRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
PlayFabId string
TagName string

Property Details

PlayFabId public_oe property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
return string

TagName public_oe property

Unique tag for player profile.
public string TagName
return string