Resource: IssueComment
IssueComment represents a comment on an issue.
JSON representation |
---|
{ "name": string, "body": string, "createTime": string, "updateTime": string } |
Fields | |
---|---|
name |
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 |
Required. The comment body. |
createTime |
Output only. Creation timestamp. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. Last updated timestamp. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Methods |
|
---|---|
|
Creates an issue comment. |
|
Deletes an issue comment. |
|
Gets an issue comment. |
|
Lists comments in an issue. |
|
Updates an issue comment. |