Record
commit-comment
No description available.
record commit-comment {
author-association: author-association,
body: string,
commit-id: string,
created-at: string,
html-url: string,
id: s32,
line: s32,
node-id: string,
path: string,
position: s32,
reactions: option<reaction-rollup>,
updated-at: string,
url: string,
user: nullable-simple-user,
}Fields
| Name | Type | Description |
|---|---|---|
| author-association | author-association | |
| body | string | |
| commit-id | string | |
| created-at | string | |
| html-url | string | |
| id | s32 | |
| line | s32 | |
| node-id | string | |
| path | string | |
| position | s32 | |
| reactions | option<reaction-rollup> | |
| updated-at | string | |
| url | string | |
| user | nullable-simple-user |