Object describing a file to be used as part of the request in the test.

Hierarchy

  • SyntheticsTestRequestBodyFile

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
bucketKey?: string

Bucket key of the file.

content?: string

Content of the file.

name?: string

Name of the file.

originalFileName?: string

Original name of the file.

size?: number

Size of the file.

type?: string

Type of the file.

Generated using TypeDoc