Blob

An object for storing and passing file data.

KEY TYPE Description
size int The size of the blob in bytes.
mimeType str The mime type of the blob.
filename str The original filename of the blob.
contents bytes The binary contents of the blob.