Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 742 Bytes

File metadata and controls

35 lines (18 loc) · 742 Bytes

egoisdk.AdvancedReport

Properties

Name Type Description Notes
advancedReportId Number [optional] [readonly]
title String Advanced report title [optional]
hash String Advanced report hash [optional]
file String Advanced report file [optional]
status String Advanced report status [optional]
created Date [optional]

Enum: StatusEnum

  • queued (value: "queued")

  • running (value: "running")

  • finished (value: "finished")

  • stopped (value: "stopped")

  • canceled (value: "canceled")

  • paused (value: "paused")

  • error (value: "error")