Matchmaking
in package
Class Matchmaking
Represents the response from a matchmaking request.
Table of Contents
Properties
Properties
$count
public
int
$count
The count of sessions returned by the matchmaking request.
$sessions
public
array<string, mixed>
$sessions
= []
The list of sessions returned by the matchmaking request. Each session is represented as an associative array of string keys and mixed values.