benchling_api_client.models.blob module

class Blob

Bases: object

__init__(id: Union[benchling_api_client.types.Unset, str] = attr_dict['_id'].default, mime_type: Union[benchling_api_client.types.Unset, str] = attr_dict['_mime_type'].default, name: Union[benchling_api_client.types.Unset, str] = attr_dict['_name'].default, type: Union[benchling_api_client.types.Unset, BlobType] = attr_dict['_type'].default, upload_status: Union[benchling_api_client.types.Unset, BlobUploadStatus] = attr_dict['_upload_status'].default) None

Method generated by attrs for class Blob.

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

The universally unique identifier (UUID) for the blob.

property mime_type: str

eg. application/jpeg

property name: str

Name of the blob

to_dict() Dict[str, Any]
property type: BlobType

One of RAW_FILE or VISUALIZATION. If VISUALIZATION, the blob may be displayed as an image preview.

property upload_status: BlobUploadStatus