Class RawDocument (0.5.1)

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

Payload message of raw document content (bytes). .. attribute:: content

Inline document content.

:type: bytes

Attribute

NameDescription
mime_type str
An IANA MIME type (RFC6838) indicating the nature and format of the [content].

Inheritance

builtins.object > proto.message.Message > RawDocument