C# Class PlayFab.ServerModels.GetPlayerTagsResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
PlayFabId string
Tags List

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

Tags public_oe property

Canonical tags (including namespace and tag's name) for the requested user
public List Tags
return List