InlineCommentChildrenModel constructor

InlineCommentChildrenModel({
  1. String? id,
  2. String? status,
  3. String? title,
  4. String? parentCommentId,
  5. Version? version,
  6. BodyBulk? body,
  7. String? resolutionStatus,
  8. InlineCommentProperties? properties,
  9. CommentLinks? links,
})

Implementation

InlineCommentChildrenModel(
    {this.id,
    this.status,
    this.title,
    this.parentCommentId,
    this.version,
    this.body,
    this.resolutionStatus,
    this.properties,
    this.links});