C# Class PlayFab.ServerModels.SetGameServerInstanceStateRequest

Inheritance: PlayFabRequestCommon
显示文件 Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
LobbyId string
State GameInstanceState

Property Details

LobbyId public_oe property

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

State public_oe property

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