Record
create-commit-comment-params
No description available.
record create-commit-comment-params {
owner: string,
repo: string,
commit-sha: string,
body: string,
line: option<s32>,
path: option<string>,
position: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| commit-sha | string | |
| body | string | |
| line | option<s32> | |
| path | option<string> | |
| position | option<s32> |