Record
issue-comment
No description available.
record issue-comment {
author-association: author-association,
body: option<string>,
body-html: option<string>,
body-text: option<string>,
created-at: string,
html-url: string,
id: s32,
issue-url: string,
node-id: string,
performed-via-github-app: option<nullable-integration>,
reactions: option<reaction-rollup>,
updated-at: string,
url: string,
user: nullable-simple-user,
}Fields
| Name | Type | Description |
|---|---|---|
| author-association | author-association | |
| body | option<string> | |
| body-html | option<string> | |
| body-text | option<string> | |
| created-at | string | |
| html-url | string | |
| id | s32 | |
| issue-url | string | |
| node-id | string | |
| performed-via-github-app | option<nullable-integration> | |
| reactions | option<reaction-rollup> | |
| updated-at | string | |
| url | string | |
| user | nullable-simple-user |