Class SyntheticsTestFileMultipartPresignedUrlsPart

A part descriptor for initiating a multipart upload.

Hierarchy

  • SyntheticsTestFileMultipartPresignedUrlsPart

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
md5: string

Base64-encoded MD5 digest of the part content.

partNumber: number

The 1-indexed part number for the multipart upload.

Generated using TypeDoc