Record
report
No description available.
record report {
type-op: string,
created-on: option<string>,
data: option<list<report-data>>,
details: option<string>,
external-id: option<string>,
link: option<string>,
logo-url: option<string>,
remote-link-enabled: option<bool>,
report-type: option<report-report-type-enum>,
reporter: option<string>,
result-op: option<report-result-op-enum>,
title: option<string>,
updated-on: option<string>,
uuid: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| type-op | string | |
| created-on | option<string> | |
| data | option<list<report-data>> | |
| details | option<string> | |
| external-id | option<string> | |
| link | option<string> | |
| logo-url | option<string> | |
| remote-link-enabled | option<bool> | |
| report-type | option<report-report-type-enum> | |
| reporter | option<string> | |
| result-op | option<report-result-op-enum> | |
| title | option<string> | |
| updated-on | option<string> | |
| uuid | option<string> |