BlogPostBulk constructor
BlogPostBulk({})
Implementation
BlogPostBulk(
{this.id,
this.status,
this.title,
this.spaceId,
this.authorId,
this.createdAt,
this.version,
this.body,
this.links});