Record
list-for-ref-params
No description available.
record list-for-ref-params {
owner: string,
repo: string,
ref: string,
check-name: option<string>,
status: option<create-body-status-enum>,
filter: option<list-for-suite-filter-enum>,
per-page: option<s32>,
page: option<s32>,
app-id: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| ref | string | |
| check-name | option<string> | |
| status | option<create-body-status-enum> | |
| filter | option<list-for-suite-filter-enum> | |
| per-page | option<s32> | |
| page | option<s32> | |
| app-id | option<s32> |