DocumentDownloadResult Class
A secure URL that can be used to download a an entity until the URL expires.
Constructor
DocumentDownloadResult(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
expiry_time
|
The time in UTC when the download URL will expire. |
|
url
|
The URL to the PDF or .zip file. |
Attributes
expiry_time
The time in UTC when the download URL will expire.
expiry_time: str | None
url
The URL to the PDF or .zip file.
url: str | None