C# Class PlayFab.ServerModels.SetGameServerInstanceTagsRequest

Inheritance: PlayFabRequestCommon
Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
LobbyId string
Tags string>.Dictionary

Property Details

LobbyId public_oe property

Unique identifier of the Game Server Instance to be updated.
public string LobbyId
Résultat string

Tags public_oe property

Tags to set for the specified Game Server Instance. Note that this is the complete list of tags to be associated with the Game Server Instance.
public Dictionary Tags
Résultat string>.Dictionary