Interface: DownloadData
Defined in: model/downloadData.ts:12
A container of the details of the download object.
Export
DownloadData
Properties
attributes?
optional
attributes:DownloadDataAttributes
Defined in: model/downloadData.ts:30
Memberof
DownloadData
id?
optional
id:string
Defined in: model/downloadData.ts:24
An ID to uniquely identify this download. It is identical to the Job ID that was used to generate this download.
Memberof
DownloadData
links?
optional
links:JsonApiLinksSelf
Defined in: model/downloadData.ts:36
Memberof
DownloadData
relationships?
optional
relationships:DownloadDataRelationships
Defined in: model/downloadData.ts:42
Memberof
DownloadData
type?
optional
type:"downloads"
Defined in: model/downloadData.ts:18
Memberof
DownloadData