Record
get-actions-cache-list-params
No description available.
record get-actions-cache-list-params {
owner: string,
repo: string,
per-page: option<s32>,
page: option<s32>,
ref: option<code-scanning-ref>,
key: option<string>,
sort: option<get-actions-cache-list-sort-enum>,
direction: option<get-actions-cache-list-direction-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| per-page | option<s32> | |
| page | option<s32> | |
| ref | option<code-scanning-ref> | |
| key | option<string> | |
| sort | option<get-actions-cache-list-sort-enum> | |
| direction | option<get-actions-cache-list-direction-enum> |