Record
list-jobs-for-workflow-run-params
No description available.
record list-jobs-for-workflow-run-params {
owner: string,
repo: string,
run-id: string,
filter: option<list-jobs-for-workflow-run-filter-enum>,
per-page: option<s32>,
page: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| run-id | string | |
| filter | option<list-jobs-for-workflow-run-filter-enum> | |
| per-page | option<s32> | |
| page | option<s32> |