Class Blob (0.1.0)

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

A blob of data with a MIME type.

Attributes

Name Description
mime_type str
Required. The IANA standard MIME type of the message data.
data bytes
Required. The data represented as bytes.