OBJECT

AsyncDownloadReply

Description

A reply of the async download request.

link GraphQL Schema definition

  • type AsyncDownloadReply {
  • # The job ID.
  • jobId: Long!
  • # The job reference ID.
  • referenceId: String!
  • # The ID of the download entity.
  • downloadId: Long!
  • }

link Require by