Class: DatadogAPIClient::V1::SyntheticsParsingOptions
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsParsingOptions
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_parsing_options.rb
Overview
Parsing options for variables to extract.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#field ⇒ Object
When type is ‘http_header` or `grpc_metadata`, name of the header or metadatum to extract.
-
#name ⇒ Object
Name of the variable to extract.
-
#parser ⇒ Object
Details of the parser to use for the global variable.
-
#secure ⇒ Object
Determines whether or not the extracted value will be obfuscated.
-
#type ⇒ Object
Property of the Synthetic Test Response to extract into a local variable.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v1/models/synthetics_parsing_options.rb', line 39 def additional_properties @additional_properties end |
#field ⇒ Object
When type is ‘http_header` or `grpc_metadata`, name of the header or metadatum to extract.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_parsing_options.rb', line 25 def field @field end |
#name ⇒ Object
Name of the variable to extract.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_parsing_options.rb', line 28 def name @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_parsing_options.rb', line 31 def parser @parser end |
#secure ⇒ Object
Determines whether or not the extracted value will be obfuscated.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_parsing_options.rb', line 34 def secure @secure end |
#type ⇒ Object
Property of the Synthetic Test Response to extract into a local variable.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/synthetics_parsing_options.rb', line 37 def type @type end |