Class SyntheticsTestFileCompleteMultipartUploadRequest

Request body for completing a multipart file upload.

Hierarchy

  • SyntheticsTestFileCompleteMultipartUploadRequest

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
key: string

The full storage path for the uploaded file.

Array of completed parts with their ETags.

uploadId: string

The upload ID returned when the multipart upload was initiated.

Generated using TypeDoc