Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.13 KB

list_sessions_response.md

File metadata and controls

38 lines (23 loc) · 1.13 KB

ListSessionsResponse

Julep Python SDK Index / Julep / Api / Types / ListSessionsResponse

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

ListSessionsResponse

Show source in list_sessions_response.py:15

Signature

class ListSessionsResponse(pydantic.BaseModel): ...

ListSessionsResponse().dict

Show source in list_sessions_response.py:26

Signature

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

ListSessionsResponse().json

Show source in list_sessions_response.py:18

Signature

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