C# Class PlayFab.ServerModels.SetGameServerInstanceDataRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
GameServerData string
LobbyId string

Property Details

GameServerData public_oe property

Custom data to set for the specified game server instance.
public string GameServerData
return string

LobbyId public_oe property

Unique identifier of the Game Instance to be updated.
public string LobbyId
return string