C# Class PlayFab.ClientModels.GetPlayerTagsRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Namespace string
PlayFabId string

Property Details

Namespace public property

Optional namespace to filter results by
public string Namespace
return string

PlayFabId public property

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