Class SyntheticsTestFileAbortMultipartUploadRequest

Request body for aborting a multipart file upload.

Hierarchy

  • SyntheticsTestFileAbortMultipartUploadRequest

Constructors

Properties

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 of the file whose upload should be aborted.

uploadId: string

The upload ID of the multipart upload to abort.

Generated using TypeDoc