Skip to content

Get Coaches Film Videos Op

griddy / nfl / models / requests / get_coaches_film_videos_op**

get_coaches_film_videos_op

Classes

GetCoachesFilmVideosRequestTypedDict

Bases: TypedDict


              flowchart TD
              griddy.nfl.models.requests.get_coaches_film_videos_op.GetCoachesFilmVideosRequestTypedDict[GetCoachesFilmVideosRequestTypedDict]

              

              click griddy.nfl.models.requests.get_coaches_film_videos_op.GetCoachesFilmVideosRequestTypedDict href "" "griddy.nfl.models.requests.get_coaches_film_videos_op.GetCoachesFilmVideosRequestTypedDict"
            
Attributes
game_id instance-attribute
game_id: List[str]

Game identifiers (UUID format, supports multiple games)

play_id instance-attribute
play_id: List[str]

Play identifiers for specific plays within the games

GetCoachesFilmVideosRequest

Bases: BaseModel


              flowchart TD
              griddy.nfl.models.requests.get_coaches_film_videos_op.GetCoachesFilmVideosRequest[GetCoachesFilmVideosRequest]
              griddy.nfl.types.basemodel.BaseModel[BaseModel]

                              griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.requests.get_coaches_film_videos_op.GetCoachesFilmVideosRequest
                


              click griddy.nfl.models.requests.get_coaches_film_videos_op.GetCoachesFilmVideosRequest href "" "griddy.nfl.models.requests.get_coaches_film_videos_op.GetCoachesFilmVideosRequest"
              click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
            
Attributes
game_id instance-attribute
game_id: Annotated[
    List[str],
    Field(alias="gameId"),
    FieldMetadata(
        query=QueryParamMetadata(style="form", explode=True)
    ),
]

Game identifiers (UUID format, supports multiple games)

play_id instance-attribute
play_id: Annotated[
    List[str],
    Field(alias="playId"),
    FieldMetadata(
        query=QueryParamMetadata(style="form", explode=True)
    ),
]

Play identifiers for specific plays within the games