Play Summary Response¶
griddy / nfl / models / responses / play_summary_response**
play_summary_response
¶
Classes¶
PlaySummaryResponseTypedDict
¶
Bases: TypedDict
flowchart TD
griddy.nfl.models.responses.play_summary_response.PlaySummaryResponseTypedDict[PlaySummaryResponseTypedDict]
click griddy.nfl.models.responses.play_summary_response.PlaySummaryResponseTypedDict href "" "griddy.nfl.models.responses.play_summary_response.PlaySummaryResponseTypedDict"
Attributes¶
away
instance-attribute
¶
away: NotRequired[List[PlayPlayerTypedDict]]
Away team players involved in the play
home
instance-attribute
¶
home: NotRequired[List[PlayPlayerTypedDict]]
Home team players involved in the play
home_is_offense
instance-attribute
¶
Whether home team has offensive possession
PlaySummaryResponse
¶
Bases: BaseModel
flowchart TD
griddy.nfl.models.responses.play_summary_response.PlaySummaryResponse[PlaySummaryResponse]
griddy.nfl.types.basemodel.BaseModel[BaseModel]
griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.responses.play_summary_response.PlaySummaryResponse
click griddy.nfl.models.responses.play_summary_response.PlaySummaryResponse href "" "griddy.nfl.models.responses.play_summary_response.PlaySummaryResponse"
click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
Attributes¶
game_id
instance-attribute
¶
Game identifier in integer format
away
class-attribute
instance-attribute
¶
away: Optional[List[PlayPlayer]] = None
Away team players involved in the play
game_key
class-attribute
instance-attribute
¶
Unique game key
gsis_play_id
class-attribute
instance-attribute
¶
GSIS play identifier
home
class-attribute
instance-attribute
¶
home: Optional[List[PlayPlayer]] = None
Home team players involved in the play
home_is_offense
class-attribute
instance-attribute
¶
Whether home team has offensive possession