Class Blob (0.20.1)

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

Stores type and data of the blob.

Attributes

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