Current Games Response¶
griddy / nfl / models / responses / current_games_response**
current_games_response
¶
Attributes¶
Classes¶
CurrentGamesResponseTypedDict
¶
Bases: TypedDict
flowchart TD
griddy.nfl.models.responses.current_games_response.CurrentGamesResponseTypedDict[CurrentGamesResponseTypedDict]
click griddy.nfl.models.responses.current_games_response.CurrentGamesResponseTypedDict href "" "griddy.nfl.models.responses.current_games_response.CurrentGamesResponseTypedDict"
CurrentGamesResponse
¶
Bases: BaseModel
flowchart TD
griddy.nfl.models.responses.current_games_response.CurrentGamesResponse[CurrentGamesResponse]
griddy.nfl.types.basemodel.BaseModel[BaseModel]
griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.responses.current_games_response.CurrentGamesResponse
click griddy.nfl.models.responses.current_games_response.CurrentGamesResponse href "" "griddy.nfl.models.responses.current_games_response.CurrentGamesResponse"
click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
Attributes¶
games_played_smart_ids
class-attribute
instance-attribute
¶
Smart IDs of games already played
number_of_games
class-attribute
instance-attribute
¶
Total number of games in the week
number_of_games_played
class-attribute
instance-attribute
¶
Number of games already played
season_type
class-attribute
instance-attribute
¶
season_type: Annotated[
Optional[SeasonTypeEnum], Field(alias="seasonType")
] = None
Type of NFL season