Class CloseIssueRequest (0.1.17)

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

The request to close an issue.

Attributes

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