Details of the parser to use for the global variable.

Hierarchy

  • SyntheticsVariableParser

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

Type of parser for a Synthetic global variable from a synthetics test.

value?: string

Regex or JSON path used for the parser. Not used with type raw.

Generated using TypeDoc