Class: DatadogAPIClient::V1::SyntheticsGlobalVariableParseTestOptions
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsGlobalVariableParseTestOptions
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_global_variable_parse_test_options.rb
Overview
Parser options to use for retrieving a Synthetic global variable from a Synthetic test. Used in conjunction with ‘parse_test_public_id`.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#field ⇒ Object
When type is ‘http_header`, name of the header to use to extract the value.
-
#local_variable_name ⇒ Object
When type is ‘local_variable`, name of the local variable to use to extract the value.
-
#parser ⇒ Object
Details of the parser to use for the global variable.
-
#type ⇒ Object
readonly
Type of value to extract from a test for a Synthetic global variable.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable_parse_test_options.rb', line 36 def additional_properties @additional_properties end |
#field ⇒ Object
When type is ‘http_header`, name of the header to use to extract the value.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable_parse_test_options.rb', line 25 def field @field end |
#local_variable_name ⇒ Object
When type is ‘local_variable`, name of the local variable to use to extract the value.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable_parse_test_options.rb', line 28 def local_variable_name @local_variable_name end |
#parser ⇒ Object
Details of the parser to use for the global variable.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable_parse_test_options.rb', line 31 def parser @parser end |
#type ⇒ Object
Type of value to extract from a test for a Synthetic global variable.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_global_variable_parse_test_options.rb', line 34 def type @type end |