Match
Represents a complete match.
Source code in nexar/models/match/match.py
info
instance-attribute
Detailed match information including participants and teams.
metadata
instance-attribute
Match metadata including match ID and participant list.
participants
property
Get all participants in the match.
__iter__()
from_api_response(data)
classmethod
Create Match from API response.