Record
scheduled-query-run
No description available.
record scheduled-query-run {
created: s32,
data-load-time: s32,
error: option<scheduled-query-run-error>,
file: option<string>,
id: string,
livemode: bool,
object: scheduled-query-run-object-enum,
result-available-until: s32,
sql: string,
status: string,
title: string,
}Fields
| Name | Type | Description |
|---|---|---|
| created | s32 | |
| data-load-time | s32 | |
| error | option<scheduled-query-run-error> | |
| file | option<string> | |
| id | string | |
| livemode | bool | |
| object | scheduled-query-run-object-enum | |
| result-available-until | s32 | |
| sql | string | |
| status | string | |
| title | string |