Class: DatadogAPIClient::V1::SyntheticsParsingOptions

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#fieldObject

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

#nameObject

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

#parserObject

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

#secureObject

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

#typeObject

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