benchling_api_client.models.async_task_response module

class AsyncTaskResponse

Bases: object

Present only when status is SUCCEEDED. response can be empty if there is no data to be returned.

__init__() None

Method generated by attrs for class AsyncTaskResponse.

property additional_keys: List[str]
additional_properties: Dict[str, Any]
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.async_task_response.T
get(key, default=None) Optional[Any]
to_dict() Dict[str, Any]