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