kickerde_api_client.model.team ============================== .. py:module:: kickerde_api_client.model.team .. autoapi-nested-parse:: Upstream model for sports teams. Attributes ---------- .. autoapisummary:: kickerde_api_client.model.team.TeamId Classes ------- .. autoapisummary:: kickerde_api_client.model.team.Team Module Contents --------------- .. py:data:: TeamId :type: TypeAlias :value: int Upstream ID for a sports team. .. py:class:: Team Bases: :py:obj:`TypedDict` Upstream model for a sports team. .. py:attribute:: id :type: TeamId .. py:attribute:: defaultLeagueId :type: kickerde_api_client.model.league_id.LeagueId .. py:attribute:: shortName :type: str .. py:attribute:: longName :type: str .. py:attribute:: countryId :type: NotRequired[kickerde_api_client.model.core.CountryId] .. py:attribute:: stadium :type: NotRequired[kickerde_api_client.model.core.Stadium]