Blob

An object for storing and passing file data.

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