Class IssueComment (0.1.17)

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

IssueComment represents a comment on an issue.

Attributes

Name Description
name str
Identifier. Unique identifier for an issue comment. The comment id is generated by the server. Format: projects/{project}/locations/{location}/repositories/{repository}/issues/{issue}/issueComments/{comment_id}
body str
Required. The comment body.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. Creation timestamp.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. Last updated timestamp.