GitPullRequestFilesDiff interface
Collection of file diffs for a pull request.
Properties
| file |
File diffs for all changed files in the pull request. |
| pull |
Description of the pull request. |
| pull |
Title of the pull request. |
Property Details
fileDiffs
File diffs for all changed files in the pull request.
fileDiffs: FileDiffDetail[]
Property Value
pullRequestDescription
Description of the pull request.
pullRequestDescription: string
Property Value
string
pullRequestTitle
Title of the pull request.
pullRequestTitle: string
Property Value
string