Record
get-list-of-latest-issues-response-results-item
No description available.
record get-list-of-latest-issues-response-results-item {
fixed-date: option<string>,
introduced-date: string,
is-fixed: bool,
issue: get-list-of-latest-issues-response-results-item-issue,
patched-date: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| fixed-date | option<string> | |
| introduced-date | string | |
| is-fixed | bool | |
| issue | get-list-of-latest-issues-response-results-item-issue | |
| patched-date | option<string> |