Skip to content

Team Offense Rush Stats Response

griddy / nfl / models / responses / team_offense_rush_stats_response**

team_offense_rush_stats_response

Attributes

Classes

TeamOffenseRushStatsResponseTypedDict

Bases: TypedDict


              flowchart TD
              griddy.nfl.models.responses.team_offense_rush_stats_response.TeamOffenseRushStatsResponseTypedDict[TeamOffenseRushStatsResponseTypedDict]

              

              click griddy.nfl.models.responses.team_offense_rush_stats_response.TeamOffenseRushStatsResponseTypedDict href "" "griddy.nfl.models.responses.team_offense_rush_stats_response.TeamOffenseRushStatsResponseTypedDict"
            
Attributes
limit instance-attribute
limit: int

Maximum number of results returned

offset instance-attribute
offset: int

Number of records skipped

season instance-attribute
season: int

Season year

season_type instance-attribute
season_type: SeasonTypeEnum

Type of season

sort_key instance-attribute
sort_key: NotRequired[str]

Field used to sort results

sort_value instance-attribute
sort_value: NotRequired[SortOrderEnum]

Sort direction for results

total instance-attribute
total: int

Number of records matching criteria

TeamOffenseRushStatsResponse

Bases: BaseModel


              flowchart TD
              griddy.nfl.models.responses.team_offense_rush_stats_response.TeamOffenseRushStatsResponse[TeamOffenseRushStatsResponse]
              griddy.nfl.types.basemodel.BaseModel[BaseModel]

                              griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.responses.team_offense_rush_stats_response.TeamOffenseRushStatsResponse
                


              click griddy.nfl.models.responses.team_offense_rush_stats_response.TeamOffenseRushStatsResponse href "" "griddy.nfl.models.responses.team_offense_rush_stats_response.TeamOffenseRushStatsResponse"
              click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
            
Attributes
limit instance-attribute
limit: int

Maximum number of results returned

offset instance-attribute
offset: int

Number of records skipped

season instance-attribute
season: int

Season year

season_type instance-attribute
season_type: Annotated[
    SeasonTypeEnum, Field(alias="seasonType")
]

Type of season

sort_key class-attribute instance-attribute
sort_key: Annotated[
    Optional[str], Field(alias="sortKey")
] = None

Field used to sort results

sort_value class-attribute instance-attribute
sort_value: Annotated[
    Optional[SortOrderEnum], Field(alias="sortValue")
] = None

Sort direction for results

total instance-attribute
total: int

Number of records matching criteria