Class ListPullRequestFileDiffsRequest (0.6.1)

ListPullRequestFileDiffsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

ListPullRequestFileDiffsRequest is the request to list pull request file diffs.

Attributes

Name Description
name str
Required. The pull request to list file diffs for. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}/pullRequests/{pull_request_id}
page_size int
Optional. Requested page size. If unspecified, a default size of 30 will be used. The maximum value is 100; values above 100 will be coerced to 100.
page_token str
Optional. A token identifying a page of results the server should return.