Skip to content

Video Game Play Ids

griddy / nfl / models / entities / video_game_play_ids**

video_game_play_ids

Classes

VideoGamePlayIdsTypedDict

Bases: TypedDict


              flowchart TD
              griddy.nfl.models.entities.video_game_play_ids.VideoGamePlayIdsTypedDict[VideoGamePlayIdsTypedDict]

              

              click griddy.nfl.models.entities.video_game_play_ids.VideoGamePlayIdsTypedDict href "" "griddy.nfl.models.entities.video_game_play_ids.VideoGamePlayIdsTypedDict"
            
Attributes
away_team_id instance-attribute
away_team_id: str

Away team UUID

game_id instance-attribute
game_id: str

Game UUID

home_team_id instance-attribute
home_team_id: str

Home team UUID

play_id instance-attribute
play_id: str

Play identifier

VideoGamePlayIds

Bases: BaseModel


              flowchart TD
              griddy.nfl.models.entities.video_game_play_ids.VideoGamePlayIds[VideoGamePlayIds]
              griddy.nfl.types.basemodel.BaseModel[BaseModel]

                              griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.entities.video_game_play_ids.VideoGamePlayIds
                


              click griddy.nfl.models.entities.video_game_play_ids.VideoGamePlayIds href "" "griddy.nfl.models.entities.video_game_play_ids.VideoGamePlayIds"
              click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
            
Attributes
away_team_id instance-attribute
away_team_id: Annotated[str, Field(alias='awayTeamId')]

Away team UUID

game_id instance-attribute
game_id: Annotated[str, Field(alias='gameId')]

Game UUID

home_team_id instance-attribute
home_team_id: Annotated[str, Field(alias='homeTeamId')]

Home team UUID

play_id instance-attribute
play_id: Annotated[str, Field(alias='playId')]

Play identifier