Record
review-comment
No description available.
record review-comment {
links: review-comment-links,
author-association: author-association,
body: string,
body-html: option<string>,
body-text: option<string>,
commit-id: string,
created-at: string,
diff-hunk: string,
html-url: string,
id: s32,
in-reply-to-id: option<s32>,
line: option<s32>,
node-id: string,
original-commit-id: string,
original-line: option<s32>,
original-position: s32,
original-start-line: option<s32>,
path: string,
position: s32,
pull-request-review-id: s32,
pull-request-url: string,
reactions: option<reaction-rollup>,
side: option<pull-request-review-comment-side-enum>,
start-line: option<s32>,
start-side: option<pull-request-review-comment-side-enum>,
updated-at: string,
url: string,
user: nullable-simple-user,
}Fields
| Name | Type | Description |
|---|---|---|
| links | review-comment-links | |
| author-association | author-association | |
| body | string | |
| body-html | option<string> | |
| body-text | option<string> | |
| commit-id | string | |
| created-at | string | |
| diff-hunk | string | |
| html-url | string | |
| id | s32 | |
| in-reply-to-id | option<s32> | |
| line | option<s32> | |
| node-id | string | |
| original-commit-id | string | |
| original-line | option<s32> | |
| original-position | s32 | |
| original-start-line | option<s32> | |
| path | string | |
| position | s32 | |
| pull-request-review-id | s32 | |
| pull-request-url | string | |
| reactions | option<reaction-rollup> | |
| side | option<pull-request-review-comment-side-enum> | |
| start-line | option<s32> | |
| start-side | option<pull-request-review-comment-side-enum> | |
| updated-at | string | |
| url | string | |
| user | nullable-simple-user |