ContentDefinition
Describes text content or base64 encoded binary content
Properties
Name | Type | Description | Notes |
---|---|---|---|
mime_type | str | ||
text_content | str | text content. Only one of textContent or binary content can be specified | [optional] |
binary_content | str | base64 encoded binary content. Only one of textContent or binary content can be specified | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |