CreatePullRequestRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)CreatePullRequestRequest is the request to create a pull request.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The repository that the pull request is created from. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}
|
pull_request |
google.cloud.securesourcemanager_v1.types.PullRequest
Required. The pull request to create. |