Resource to download the requested document.

DocumentDownload

interface DocumentDownload {
    downloadType: string;
    expiration?: string;
    uri: string;
}

Properties

downloadType: string

The type of download. Possible values: URL.

DocumentDownload

expiration?: string

The URI's expiration time. In ISO 8601 datetime format with pattern yyyy-MM-ddTHH:mm:ss.sssZ.

DocumentDownload

uri: string

Uniform resource identifier to identify where the document is located.

DocumentDownload