An object for storing and passing file data.
KEY | TYPE | Description |
---|---|---|
mimeType | str | The mime type of the blob. |
contents | bytes | The binary contents of the blob. |
size | int | The size of the blob in bytes. |
filename | str | The original filename of the blob. |