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