Class Blob (1.48.0)

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

Content blob.

It's preferred to send as text directly rather than raw bytes.

Attributes

NameDescription
mime_type str
Required. The IANA standard MIME type of the source data.
data bytes
Required. Raw bytes.

Methods

Blob

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

Content blob.

It's preferred to send as text directly rather than raw bytes.