ContentExpandable constructor

ContentExpandable({
  1. String? childTypes,
  2. String? container,
  3. String? metadata,
  4. String? operations,
  5. String? children,
  6. String? restrictions,
  7. String? history,
  8. String? ancestors,
  9. String? body,
  10. String? version,
  11. String? descendants,
  12. String? space,
  13. String? extensions,
  14. String? schedulePublishDate,
  15. String? schedulePublishInfo,
  16. String? macroRenderedOutput,
})

Implementation

ContentExpandable(
    {this.childTypes,
    this.container,
    this.metadata,
    this.operations,
    this.children,
    this.restrictions,
    this.history,
    this.ancestors,
    this.body,
    this.version,
    this.descendants,
    this.space,
    this.extensions,
    this.schedulePublishDate,
    this.schedulePublishInfo,
    this.macroRenderedOutput});