INPUT_OBJECT
Input for initializeUploadSession.
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}