Record
get-latest-issue-counts-body-filters
No description available.
record get-latest-issue-counts-body-filters {
fixable: option<bool>,
ignored: option<bool>,
is-patchable: option<bool>,
is-pinnable: option<bool>,
is-upgradable: option<bool>,
languages: option<list<string>>,
orgs: string,
patched: option<bool>,
priority-score: option<get-latest-issue-counts-body-filters-priority-score>,
projects: option<string>,
severity: option<list<string>>,
types: option<list<string>>,
}Fields
| Name | Type | Description |
|---|---|---|
| fixable | option<bool> | |
| ignored | option<bool> | |
| is-patchable | option<bool> | |
| is-pinnable | option<bool> | |
| is-upgradable | option<bool> | |
| languages | option<list<string>> | |
| orgs | string | |
| patched | option<bool> | |
| priority-score | option<get-latest-issue-counts-body-filters-priority-score> | |
| projects | option<string> | |
| severity | option<list<string>> | |
| types | option<list<string>> |