CustomContentBulk constructor

CustomContentBulk({
  1. dynamic id,
  2. String? type,
  3. String? status,
  4. String? title,
  5. dynamic spaceId,
  6. dynamic pageId,
  7. dynamic blogPostId,
  8. dynamic 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});