Class Blob (1.39.0)

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

Raw media bytes.

Text should not be sent as raw bytes, use the 'text' field.

Attributes

Name Description
mime_type str
Required. The IANA standard MIME type of the source data.
data bytes
Required. Raw bytes for media formats.

Methods

Blob

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

Raw media bytes.

Text should not be sent as raw bytes, use the 'text' field.