PageSingle constructor

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

Implementation

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