opengsq.responses.eos package

Submodules

opengsq.responses.eos.matchmaking module

class opengsq.responses.eos.matchmaking.Matchmaking(sessions: list[dict[str, Any]], count: int)

Bases: object

Represents the response from a matchmaking request.

sessions: list[dict[str, Any]]

The list of sessions returned by the matchmaking request. Each session is represented as a dictionary of string keys and object values.

count: int

The count of sessions returned by the matchmaking request.

Module contents