GetMergeCommitOutput class

Constructors

GetMergeCommitOutput({String? baseCommitId, String? destinationCommitId, String? mergedCommitId, String? sourceCommitId})
GetMergeCommitOutput.fromJson(Map<String, dynamic> json)
factory

Properties

baseCommitId String?
The commit ID of the merge base.
final
destinationCommitId String?
The commit ID of the destination commit specifier that was used in the merge evaluation.
final
hashCode int
The hash code for this object.
no setterinherited
mergedCommitId String?
The commit ID for the merge commit created when the source branch was merged into the destination branch. If the fast-forward merge strategy was used, there is no merge commit.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceCommitId String?
The commit ID of the source commit specifier that was used in the merge evaluation.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited