Skip to content

DataDTO

Type: object

Properties

Property Type Required Description Constraints
html model: HtmlDataDTO No
text model: TextDataDTO No

Generated example

{
  "html": {
    "body": "string"
  },
  "text": {
    "body": "string",
    "syncFromHtml": true
  }
}

Referenced models

Source

Generated from swagger-asset.json.