Skip to main content

Interface: IDownload

v1.BillingReport.IDownload

Properties of a Download.

Hierarchy

Properties

fileFormat

Optional fileFormat: null | FileFormat

The file format of the billing report

Inherited from

$Properties.fileFormat


fileSizeBytes

Optional fileSizeBytes: null | Long

The size of the file in bytes. Useful for pre-allocating space, progress indicators, etc.

Inherited from

$Properties.fileSizeBytes


url

Optional url: null | string

The download url.

Inherited from

$Properties.url


urlExpirationTime

Optional urlExpirationTime: null | $Properties

The time when the download url will expire.

Inherited from

$Properties.urlExpirationTime