PageSingle constructor
PageSingle({
- dynamic id,
- String? status,
- String? title,
- dynamic spaceId,
- dynamic parentId,
- String? parentType,
- int? position,
- String? authorId,
- DateTime? createdAt,
- Version? version,
- BodySingle? body,
- 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});