Receiving Stats Response¶
griddy / nfl / models / responses / receiving_stats_response**
receiving_stats_response
¶
Attributes¶
Classes¶
ReceivingStatsResponseTypedDict
¶
Bases: TypedDict
flowchart TD
griddy.nfl.models.responses.receiving_stats_response.ReceivingStatsResponseTypedDict[ReceivingStatsResponseTypedDict]
click griddy.nfl.models.responses.receiving_stats_response.ReceivingStatsResponseTypedDict href "" "griddy.nfl.models.responses.receiving_stats_response.ReceivingStatsResponseTypedDict"
Attributes¶
sort_value
instance-attribute
¶
sort_value: NotRequired[SortOrderEnum]
Sort direction for ordered results
qualified_receiver
instance-attribute
¶
Whether results are filtered to qualified receivers only
ReceivingStatsResponse
¶
Bases: BaseModel
flowchart TD
griddy.nfl.models.responses.receiving_stats_response.ReceivingStatsResponse[ReceivingStatsResponse]
griddy.nfl.types.basemodel.BaseModel[BaseModel]
griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.responses.receiving_stats_response.ReceivingStatsResponse
click griddy.nfl.models.responses.receiving_stats_response.ReceivingStatsResponse href "" "griddy.nfl.models.responses.receiving_stats_response.ReceivingStatsResponse"
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_receiver
class-attribute
instance-attribute
¶
Whether results are filtered to qualified receivers only
team_offense
class-attribute
instance-attribute
¶
Team filter applied (if any)