Passing Stats Response¶
griddy / nfl / models / responses / passing_stats_response**
passing_stats_response
¶
Attributes¶
Classes¶
PassingStatsResponseTypedDict
¶
Bases: TypedDict
flowchart TD
griddy.nfl.models.responses.passing_stats_response.PassingStatsResponseTypedDict[PassingStatsResponseTypedDict]
click griddy.nfl.models.responses.passing_stats_response.PassingStatsResponseTypedDict href "" "griddy.nfl.models.responses.passing_stats_response.PassingStatsResponseTypedDict"
Attributes¶
sort_value
instance-attribute
¶
sort_value: NotRequired[SortOrderEnum]
Sort direction for ordered results
qualified_passer
instance-attribute
¶
Whether results are filtered to qualified passers only
PassingStatsResponse
¶
Bases: BaseModel
flowchart TD
griddy.nfl.models.responses.passing_stats_response.PassingStatsResponse[PassingStatsResponse]
griddy.nfl.types.basemodel.BaseModel[BaseModel]
griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.responses.passing_stats_response.PassingStatsResponse
click griddy.nfl.models.responses.passing_stats_response.PassingStatsResponse href "" "griddy.nfl.models.responses.passing_stats_response.PassingStatsResponse"
click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
Attributes¶
season_type
instance-attribute
¶
season_type: Annotated[
SeasonTypeEnum, Field(alias="seasonType")
]
Type of NFL season
sort_key
class-attribute
instance-attribute
¶
Field used for sorting
sort_value
class-attribute
instance-attribute
¶
sort_value: Annotated[
Optional[SortOrderEnum], Field(alias="sortValue")
] = None
Sort direction for ordered results
qualified_passer
class-attribute
instance-attribute
¶
Whether results are filtered to qualified passers only