C# Class PlayFab.ServerModels.NotifyMatchmakerPlayerLeftRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
LobbyId string
PlayFabId string

Property Details

LobbyId public property

Unique identifier of the Game Instance the user is leaving.
public string LobbyId
return string

PlayFabId public property

Unique PlayFab assigned ID of the user on whom the operation will be performed.
public string PlayFabId
return string