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 type: BlobType¶
One of RAW_FILE or VISUALIZATION. If VISUALIZATION, the blob may be displayed as an image preview.
- property upload_status: BlobUploadStatus¶