RawDocument(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Payload message of raw document content (bytes).
Attributes |
|
---|---|
Name | Description |
content |
bytes
Inline document content. |
mime_type |
str
An IANA MIME type (RFC6838) indicating the nature and format of the content. |
display_name |
str
The display name of the document, it supports all Unicode characters except the following: * , ? , [ , ] ,
`% , { , } ,\ ' , \" , , = ` and
: are reserved. If not specified, a default ID is
generated.
|