Skip to main content

InitiateDataRoomDocumentDownloadPayload

Represents the response payload returned after initiating a document download from the Data Room. It contains a reference to the DataRoomDocumentDownload object, which can be monitored for progress and result.

type InitiateDataRoomDocumentDownloadPayload {
download: DataRoomDocumentDownload
}

Fields

InitiateDataRoomDocumentDownloadPayload.download ● DataRoomDocumentDownload object

The download request object containing status, timestamps, and eventually the secure URL to download the document. May be null if the initiation fails unexpectedly.

Returned By

initiateDataRoomDocumentDownload mutation