Team Offense Pass Stats Response¶
griddy / nfl / models / responses / team_offense_pass_stats_response**
team_offense_pass_stats_response
¶
Attributes¶
Classes¶
TeamOffensePassStatsResponseTypedDict
¶
Bases: TypedDict
flowchart TD
griddy.nfl.models.responses.team_offense_pass_stats_response.TeamOffensePassStatsResponseTypedDict[TeamOffensePassStatsResponseTypedDict]
click griddy.nfl.models.responses.team_offense_pass_stats_response.TeamOffensePassStatsResponseTypedDict href "" "griddy.nfl.models.responses.team_offense_pass_stats_response.TeamOffensePassStatsResponseTypedDict"
Attributes¶
sort_value
instance-attribute
¶
sort_value: NotRequired[SortOrderEnum]
Sort direction for ordered results
TeamOffensePassStatsResponse
¶
Bases: BaseModel
flowchart TD
griddy.nfl.models.responses.team_offense_pass_stats_response.TeamOffensePassStatsResponse[TeamOffensePassStatsResponse]
griddy.nfl.types.basemodel.BaseModel[BaseModel]
griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.responses.team_offense_pass_stats_response.TeamOffensePassStatsResponse
click griddy.nfl.models.responses.team_offense_pass_stats_response.TeamOffensePassStatsResponse href "" "griddy.nfl.models.responses.team_offense_pass_stats_response.TeamOffensePassStatsResponse"
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
team_defense
class-attribute
instance-attribute
¶
Applied team filter (if any)