Skip to content

Games Response

griddy / nfl / models / responses / games_response**

games_response

Attributes

Classes

GamesResponseTypedDict

Bases: TypedDict


              flowchart TD
              griddy.nfl.models.responses.games_response.GamesResponseTypedDict[GamesResponseTypedDict]

              

              click griddy.nfl.models.responses.games_response.GamesResponseTypedDict href "" "griddy.nfl.models.responses.games_response.GamesResponseTypedDict"
            
Attributes
season instance-attribute
season: NotRequired[str]

Season year

season_type instance-attribute
season_type: NotRequired[SeasonTypeEnum]

Type of NFL season

week instance-attribute
week: NotRequired[str]

Week number

GamesResponse

Bases: BaseModel


              flowchart TD
              griddy.nfl.models.responses.games_response.GamesResponse[GamesResponse]
              griddy.nfl.types.basemodel.BaseModel[BaseModel]

                              griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.responses.games_response.GamesResponse
                


              click griddy.nfl.models.responses.games_response.GamesResponse href "" "griddy.nfl.models.responses.games_response.GamesResponse"
              click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
            
Attributes
season class-attribute instance-attribute
season: Optional[str] = None

Season year

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

Type of NFL season

week class-attribute instance-attribute
week: Optional[str] = None

Week number