Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.18 KB

resource_created_response.md

File metadata and controls

38 lines (23 loc) · 1.18 KB

ResourceCreatedResponse

Julep Python SDK Index / Julep / Api / Types / ResourceCreatedResponse

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

ResourceCreatedResponse

Show source in resource_created_response.py:14

Signature

class ResourceCreatedResponse(pydantic.BaseModel): ...

ResourceCreatedResponse().dict

Show source in resource_created_response.py:29

Signature

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

ResourceCreatedResponse().json

Show source in resource_created_response.py:21

Signature

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