Wasm Directoryalpha
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

NameTypeDescription
ownerstring
repostring
run-idstring
filteroption​<list-jobs-for-workflow-run-filter-enum>
per-pageoption​<s32>
pageoption​<s32>