OBJECT

GeneratePresignedUrlForDownloadReply

Description

Response containing presigned URL for download.

link GraphQL Schema definition

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

link Require by