Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.09 KB

get_history_response.md

File metadata and controls

38 lines (23 loc) · 1.09 KB

GetHistoryResponse

Julep Python SDK Index / Julep / Api / Types / GetHistoryResponse

Auto-generated documentation for julep.api.types.get_history_response module.

GetHistoryResponse

Show source in get_history_response.py:15

Signature

class GetHistoryResponse(pydantic.BaseModel): ...

GetHistoryResponse().dict

Show source in get_history_response.py:26

Signature

def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]: ...

GetHistoryResponse().json

Show source in get_history_response.py:18

Signature

def json(self, **kwargs: typing.Any) -> str: ...