C# Class PlayFab.ClientModels.GetPlayerTagsResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
PlayFabId string
Tags List

Property Details

PlayFabId public property

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

Tags public property

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