Matchup Rankings Response¶
griddy / nfl / models / responses / matchup_rankings_response**
matchup_rankings_response
¶
Attributes¶
Classes¶
MatchupRankingsResponseTypedDict
¶
Bases: TypedDict
flowchart TD
griddy.nfl.models.responses.matchup_rankings_response.MatchupRankingsResponseTypedDict[MatchupRankingsResponseTypedDict]
click griddy.nfl.models.responses.matchup_rankings_response.MatchupRankingsResponseTypedDict href "" "griddy.nfl.models.responses.matchup_rankings_response.MatchupRankingsResponseTypedDict"
Attributes¶
home_team_matchup_rankings
instance-attribute
¶
home_team_matchup_rankings: NotRequired[
TeamMatchupRankingsTypedDict
]
Comprehensive team rankings across multiple statistical categories
visitor_team_matchup_rankings
instance-attribute
¶
visitor_team_matchup_rankings: NotRequired[
TeamMatchupRankingsTypedDict
]
Comprehensive team rankings across multiple statistical categories
MatchupRankingsResponse
¶
Bases: BaseModel
flowchart TD
griddy.nfl.models.responses.matchup_rankings_response.MatchupRankingsResponse[MatchupRankingsResponse]
griddy.nfl.types.basemodel.BaseModel[BaseModel]
griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.responses.matchup_rankings_response.MatchupRankingsResponse
click griddy.nfl.models.responses.matchup_rankings_response.MatchupRankingsResponse href "" "griddy.nfl.models.responses.matchup_rankings_response.MatchupRankingsResponse"
click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
Attributes¶
home_team_matchup_rankings
class-attribute
instance-attribute
¶
home_team_matchup_rankings: Annotated[
Optional[TeamMatchupRankings],
Field(alias="homeTeamMatchupRankings"),
] = None
Comprehensive team rankings across multiple statistical categories
season_type
class-attribute
instance-attribute
¶
season_type: Annotated[
Optional[SeasonTypeEnum], Field(alias="seasonType")
] = None
Type of NFL season
visitor_team_matchup_rankings
class-attribute
instance-attribute
¶
visitor_team_matchup_rankings: Annotated[
Optional[TeamMatchupRankings],
Field(alias="visitorTeamMatchupRankings"),
] = None
Comprehensive team rankings across multiple statistical categories