CustomContentBulk constructor
CustomContentBulk({
- dynamic id,
- String? type,
- String? status,
- String? title,
- dynamic spaceId,
- dynamic pageId,
- dynamic blogPostId,
- dynamic customContentId,
- String? authorId,
- DateTime? createdAt,
- Version? version,
- CustomContentBodyBulk? body,
- 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});