OBJECT
CompletedUpload
Description
Completed upload.
link GraphQL Schema definition
- type CompletedUpload {
- # Error code for the upload.
- : UpgradePackageUploadErrorCode!
- # MD5 checksum of the upload.
- : String!
- # Expiration time of the package.
- : DateTime
- # Unique identifier for the upload session.
- : String!
- # Size of the upload.
- : Long!
- # Status of the upload.
- : UpgradePackageUploadStatus!
- # Upload time of the upload.
- : DateTime
- # Version of the upload.
- : String!
- }