CustomContentBulk constructor

CustomContentBulk({
  1. String? id,
  2. String? type,
  3. String? status,
  4. String? title,
  5. String? spaceId,
  6. String? pageId,
  7. String? blogPostId,
  8. String? customContentId,
  9. String? authorId,
  10. DateTime? createdAt,
  11. Version? version,
  12. CustomContentBodyBulk? body,
  13. CustomContentLinks? links,
})

Implementation

CustomContentBulk(
    {this.id,
    this.type,
    this.status,
    this.title,
    this.spaceId,
    this.pageId,
    this.blogPostId,
    this.customContentId,
    this.authorId,
    this.createdAt,
    this.version,
    this.body,
    this.links});