C# Class PlayFab.ServerModels.GetPlayerTagsResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство 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
Résultat string

Tags public_oe property

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