INPUT_OBJECT

InitializeUploadSessionInput

Description

Input for initializeUploadSession.

link GraphQL Schema definition

  • input InitializeUploadSessionInput {
  • # RSC account id.
  • account: String
  • # List of cluster UUIDs.
  • clusterUuids: [String!]
  • # MD5 checksum of the file to be uploaded.
  • md5Checksum: String
  • # Name of the file to be uploaded.
  • packageName: String
  • # Size of the file to be uploaded.
  • packageSize: Long
  • }

link Require by