Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 1.21 KB

File metadata and controls

20 lines (16 loc) · 1.21 KB

ExportedReport

Properties

Name Type Description Notes
id int Unique ID [optional]
recipient_id int Associated Recipient ID [optional]
recipient_type str Polymorphic recipient type. Valid values are User, ScheduledExportResult [optional]
report_ids list[int] An array of report IDs to export alerts for [optional]
format str The file format of the export. Valid values are csv, json, pdf [optional]
url str A temporary URL where the file can be accessed [optional]
file_name str The name of the file [optional]
filter object Params used to filter the alerts that will be exported [optional]
created_at datetime ISO 8601 timestamp when the resource was created [optional]
updated_at datetime ISO 8601 timestamp when the resource was updated [optional]
recipient User Associated Recipient [optional]

[Back to Model list] [Back to API list] [Back to README]