Describes text content or base64 encoded binary content
| Field | Type | Required | Description |
|---|---|---|---|
mime_type |
str | ✔️ | N/A |
text_content |
Optional[str] | ➖ | text content. Only one of textContent or binary content can be specified |
binary_content |
Optional[str] | ➖ | base64 encoded binary content. Only one of textContent or binary content can be specified |