Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.89 KB

File metadata and controls

12 lines (8 loc) · 1.89 KB

ContentDefinition

Describes text content or base64 encoded binary content

Fields

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