GetMergeCommitOutput constructor

GetMergeCommitOutput({
  1. String? baseCommitId,
  2. String? destinationCommitId,
  3. String? mergedCommitId,
  4. String? sourceCommitId,
})

Implementation

GetMergeCommitOutput({
  this.baseCommitId,
  this.destinationCommitId,
  this.mergedCommitId,
  this.sourceCommitId,
});