Record
list-comments-for-commit-params
No description available.
record list-comments-for-commit-params {
owner: string,
repo: string,
commit-sha: string,
per-page: option<s32>,
page: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| commit-sha | string | |
| per-page | option<s32> | |
| page | option<s32> |