Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 765 Bytes

CsvDownload.md

File metadata and controls

27 lines (15 loc) · 765 Bytes

CsvDownload

Properties

Name Type Description Notes
id String Identifies the resource. [optional] [readonly]
recordType String Identifies the type of the resource. [optional] [readonly]
url String The URL at which the CSV file can be retrieved. [optional]
status StatusEnum Indicates the completion level of the CSV report. Only complete CSV download requests will be able to be retrieved. [optional]

Enum: StatusEnum

Name Value
PENDING "pending"
COMPLETE "complete"
FAILED "failed"
EXPIRED "expired"