Interface: IDownload
v1.BillingReport.IDownload
Properties of a Download.
Implemented by
Properties
fileFormat
• Optional fileFormat: null | FileFormat
The file format of the billing report
fileSizeBytes
• Optional fileSizeBytes: null | Long
The size of the file in bytes. Useful for pre-allocating space, progress indicators, etc.
url
• Optional url: null | string
The download url.
urlExpirationTime
• Optional urlExpirationTime: null | ITimestamp
The time when the download url will expire.