Combine Rankings Response¶
griddy / nfl / models / responses / combine_rankings_response**
combine_rankings_response
¶
Classes¶
CombineRankingsResponseTypedDict
¶
Bases: TypedDict
flowchart TD
griddy.nfl.models.responses.combine_rankings_response.CombineRankingsResponseTypedDict[CombineRankingsResponseTypedDict]
click griddy.nfl.models.responses.combine_rankings_response.CombineRankingsResponseTypedDict href "" "griddy.nfl.models.responses.combine_rankings_response.CombineRankingsResponseTypedDict"
Attributes¶
combine_profiles
instance-attribute
¶
combine_profiles: List[CombineProfileTypedDict]
List of combine profiles
CombineRankingsResponse
¶
Bases: BaseModel
flowchart TD
griddy.nfl.models.responses.combine_rankings_response.CombineRankingsResponse[CombineRankingsResponse]
griddy.nfl.types.basemodel.BaseModel[BaseModel]
griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.responses.combine_rankings_response.CombineRankingsResponse
click griddy.nfl.models.responses.combine_rankings_response.CombineRankingsResponse href "" "griddy.nfl.models.responses.combine_rankings_response.CombineRankingsResponse"
click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
Attributes¶
combine_profiles
instance-attribute
¶
combine_profiles: Annotated[
List[CombineProfile], Field(alias=combineProfiles)
]
List of CombineProfile objects