InlineCommentModel constructor
InlineCommentModel({
- dynamic id,
- String? status,
- String? title,
- dynamic blogPostId,
- dynamic pageId,
- dynamic parentCommentId,
- Version? version,
- BodySingle? body,
- String? resolutionLastModifierId,
- DateTime? resolutionLastModifiedAt,
- String? resolutionStatus,
- InlineCommentProperties? properties,
- CommentLinks? links,
Implementation
InlineCommentModel(
{this.id,
this.status,
this.title,
this.blogPostId,
this.pageId,
this.parentCommentId,
this.version,
this.body,
this.resolutionLastModifierId,
this.resolutionLastModifiedAt,
this.resolutionStatus,
this.properties,
this.links});