Record
get-pullrequests-for-commit-params
No description available.
record get-pullrequests-for-commit-params {
workspace: string,
repo-slug: string,
commit: string,
page: option<s32>,
pagelen: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| workspace | string | |
| repo-slug | string | |
| commit | string | |
| page | option<s32> | |
| pagelen | option<s32> |