PostCommentForComparedCommitOutput constructor

PostCommentForComparedCommitOutput({
  1. String? afterBlobId,
  2. String? afterCommitId,
  3. String? beforeBlobId,
  4. String? beforeCommitId,
  5. Comment? comment,
  6. Location? location,
  7. String? repositoryName,
})

Implementation

PostCommentForComparedCommitOutput({
  this.afterBlobId,
  this.afterCommitId,
  this.beforeBlobId,
  this.beforeCommitId,
  this.comment,
  this.location,
  this.repositoryName,
});