beforeCommitId property

String? beforeCommitId
final

The full commit ID of the commit that was the tip of the destination branch when the pull request was created. This commit is superceded by the after commit in the source branch when and if you merge the source branch into the destination branch.

Implementation

final String? beforeCommitId;