Wasm Directoryalpha
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

NameTypeDescription
createds32
data-load-times32
erroroption​<scheduled-query-run-error>
fileoption​<string>
idstring
livemodebool
objectscheduled-query-run-object-enum
result-available-untils32
sqlstring
statusstring
titlestring