GetUploadPartsItemRequest Constructors
An object defining constructors for the GetUploadPartsItemRequest class.
GetUploadPartsItemRequest()
Initializes a new instance of the GetUploadPartsItemRequest
class.
GetUploadPartsItemRequest(secretKey, length, path)
Initializes a new instance of the GetUploadPartsItemRequest
class with the specified secret key, file length, and path.
Parameters:
secretKey (required): string
The encrypted secret key for the upload part.
length (required): long
The length of the file being uploaded in bytes.
path (required): string
The path where the file will be uploaded.