Blob

An object for storing and passing file data.

KEY TYPE Description
filename str The original filename of the blob.
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.