Record
list-for-repo-params
No description available.
record list-for-repo-params {
owner: string,
repo: string,
milestone: option<string>,
state: option<list-op-state-enum>,
assignee: option<string>,
creator: option<string>,
mentioned: option<string>,
labels: option<string>,
sort: option<list-op-sort-enum>,
direction: option<list-op-direction-enum>,
since: option<string>,
per-page: option<s32>,
page: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| milestone | option<string> | |
| state | option<list-op-state-enum> | |
| assignee | option<string> | |
| creator | option<string> | |
| mentioned | option<string> | |
| labels | option<string> | |
| sort | option<list-op-sort-enum> | |
| direction | option<list-op-direction-enum> | |
| since | option<string> | |
| per-page | option<s32> | |
| page | option<s32> |