Class DeleteIssueRequest (0.1.17)

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

The request to delete an issue.

Attributes

Name Description
name str
Required. Name of the issue to delete. 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, deletion will be blocked and an ABORTED error will be returned.