Class Blob (0.20.1)

Blob(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The media type and data of the blob.

Attributes

Name Description
mime_type str
Output only. The media type (MIME type) of the generated or retrieved data.
data bytes
Output only. Raw bytes.