Attributes of a specific Synthetic test version.

Hierarchy

  • SyntheticsTestVersionAttributes

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

Object describing the author of a test version.

List of metadata describing individual changes in this version. Only returned when the include_change_metadata query parameter is true.

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

The full test configuration at this version.

Type declaration

  • [key: string]: any
versionPayloadCreatedAt?: Date

Timestamp of when this version was created.

Generated using TypeDoc