SourceCodeType that specifies the commit diff for a pull request on an associated repository. The SourceCommit and DestinationCommit fields are required to do a pull request code review.{
"SourceCommit": "string",
"DestinationCommit": "string",
"MergeBaseCommit": "string"
}