Record
create-review-body-comments-item
No description available.
record create-review-body-comments-item {
body: string,
line: option<s32>,
path: string,
position: option<s32>,
side: option<string>,
start-line: option<s32>,
start-side: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| body | string | |
| line | option<s32> | |
| path | string | |
| position | option<s32> | |
| side | option<string> | |
| start-line | option<s32> | |
| start-side | option<string> |