OBJECT
Response containing presigned URL for download.
type GeneratePresignedUrlForDownloadReply {# Expiration time of the presigned URL.expiresAt: Long! # Presigned URL for download.presignedUrl: String! }