PageBulk constructor

PageBulk({
  1. dynamic id,
  2. String? status,
  3. String? title,
  4. dynamic spaceId,
  5. dynamic parentId,
  6. String? parentType,
  7. int? position,
  8. String? authorId,
  9. DateTime? createdAt,
  10. Version? version,
  11. BodyBulk? body,
  12. AbstractPageLinks? links,
})

Implementation

PageBulk(
    {this.id,
    this.status,
    this.title,
    this.spaceId,
    this.parentId,
    this.parentType,
    this.position,
    this.authorId,
    this.createdAt,
    this.version,
    this.body,
    this.links});