Record
pull-request-review
No description available.
record pull-request-review {
links: pull-request-review-links,
author-association: author-association,
body: string,
body-html: option<string>,
body-text: option<string>,
commit-id: string,
html-url: string,
id: s32,
node-id: string,
pull-request-url: string,
state: string,
submitted-at: option<string>,
user: nullable-simple-user,
}Fields
| Name | Type | Description |
|---|---|---|
| links | pull-request-review-links | |
| author-association | author-association | |
| body | string | |
| body-html | option<string> | |
| body-text | option<string> | |
| commit-id | string | |
| html-url | string | |
| id | s32 | |
| node-id | string | |
| pull-request-url | string | |
| state | string | |
| submitted-at | option<string> | |
| user | nullable-simple-user |