Class SyntheticsGlobalVariableParseTestOptions

Parser options to use for retrieving a Synthetic global variable from a Synthetic test. Used in conjunction with parse_test_public_id.

Hierarchy

  • SyntheticsGlobalVariableParseTestOptions

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

When type is http_header, name of the header to use to extract the value.

localVariableName?: string

When type is local_variable, name of the local variable to use to extract the value.

Details of the parser to use for the global variable.

Type of value to extract from a test for a Synthetic global variable.

Generated using TypeDoc