Class OpenIssueRequest (0.1.17)

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

The request to open an issue.

Attributes

Name Description
name str
Required. Name of the issue to open. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}/issues/{issue_id}.
etag str
Optional. The current etag of the issue. If the etag is provided and does not match the current etag of the issue, opening will be blocked and an ABORTED error will be returned.