benchling_api_client.models.blob_multipart_create module

class BlobMultipartCreate

Bases: object

__init__(name: str, type: BlobMultipartCreateType, mime_type: Union[benchling_api_client.types.Unset, str] = attr_dict['_mime_type'].default) None

Method generated by attrs for class BlobMultipartCreate.

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.blob_multipart_create.T
property mime_type: str

eg. application/jpeg

property name: str

Name of the blob

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

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