C# Class PlayFab.ServerModels.SetGameServerInstanceStateRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
LobbyId string
State GameInstanceState

Property Details

LobbyId public property

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

State public property

State to set for the specified game server instance.
public GameInstanceState State
return GameInstanceState