ContentUpdateBody constructor
      
      ContentUpdateBody({ 
    
    
- ContentBodyCreate? view,
- ContentBodyCreate? exportView,
- ContentBodyCreate? styledView,
- ContentBodyCreateStorage? storage,
- ContentBodyCreate? editor,
- ContentBodyCreate? editor2,
- ContentBodyCreate? wiki,
- ContentBodyCreate? atlasDocFormat,
- ContentBodyCreate? anonymousExportView,
Implementation
ContentUpdateBody(
    {this.view,
    this.exportView,
    this.styledView,
    this.storage,
    this.editor,
    this.editor2,
    this.wiki,
    this.atlasDocFormat,
    this.anonymousExportView});