Class CreateIssueCommentRequest (0.1.17)

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

The request to create an issue comment.

Attributes

Name Description
parent str
Required. The issue in which to create the issue comment. Format: projects/{project_number}/locations/{location_id}/repositories/{repository_id}/issues/{issue_id}
issue_comment google.cloud.securesourcemanager_v1.types.IssueComment
Required. The issue comment to create.