Reference to a file attached to a Synthetic test request.

Hierarchy

  • SyntheticsTestResultFileRef

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

Storage bucket key where the file is stored.

encoding?: string

Encoding of the file contents.

name?: string

File name.

size?: number

File size in bytes.

type?: string

File MIME type.

Generated using TypeDoc