Weekly Rushing Stats Response¶
griddy / nfl / models / responses / weekly_rushing_stats_response**
weekly_rushing_stats_response
¶
Attributes¶
Classes¶
WeeklyRushingStatsResponseTypedDict
¶
Bases: TypedDict
flowchart TD
griddy.nfl.models.responses.weekly_rushing_stats_response.WeeklyRushingStatsResponseTypedDict[WeeklyRushingStatsResponseTypedDict]
click griddy.nfl.models.responses.weekly_rushing_stats_response.WeeklyRushingStatsResponseTypedDict href "" "griddy.nfl.models.responses.weekly_rushing_stats_response.WeeklyRushingStatsResponseTypedDict"
Attributes¶
sort_value
instance-attribute
¶
sort_value: NotRequired[SortOrderEnum]
Sort direction for ordered results
qualified_rusher
instance-attribute
¶
Whether results are filtered to qualified rushers only
WeeklyRushingStatsResponse
¶
Bases: BaseModel
flowchart TD
griddy.nfl.models.responses.weekly_rushing_stats_response.WeeklyRushingStatsResponse[WeeklyRushingStatsResponse]
griddy.nfl.types.basemodel.BaseModel[BaseModel]
griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.responses.weekly_rushing_stats_response.WeeklyRushingStatsResponse
click griddy.nfl.models.responses.weekly_rushing_stats_response.WeeklyRushingStatsResponse href "" "griddy.nfl.models.responses.weekly_rushing_stats_response.WeeklyRushingStatsResponse"
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_rusher
class-attribute
instance-attribute
¶
Whether results are filtered to qualified rushers only
team_offense
class-attribute
instance-attribute
¶
Team filter applied (if any)