C# Class PlayFab.ServerModels.SetGameServerInstanceTagsRequest

Inheritance: PlayFabRequestCommon
ファイルを表示 Open project: PlayFab/PlayFabGameServer

Public Properties

Property 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
return 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
return string>.Dictionary