Class: DatadogAPIClient::V1::SyntheticsAPITestStep

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/synthetics_api_test_step.rb

Overview

The Test step used in a Synthetic multi-step API test.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#_retryObject

Object describing the retry strategy to apply to a Synthetic test.



44
45
46
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_step.rb', line 44

def _retry
  @_retry
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



49
50
51
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_step.rb', line 49

def additional_properties
  @additional_properties
end

#allow_failureObject

Determines whether or not to continue with test if this step fails.



25
26
27
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_step.rb', line 25

def allow_failure
  @allow_failure
end

#assertionsObject

Array of assertions used for the test.



28
29
30
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_step.rb', line 28

def assertions
  @assertions
end

#extracted_valuesObject

Array of values to parse and save as variables from the response.



31
32
33
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_step.rb', line 31

def extracted_values
  @extracted_values
end

#is_criticalObject

Determines whether or not to consider the entire test as failed if this step fails. Can be used only if ‘allowFailure` is `true`.



35
36
37
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_step.rb', line 35

def is_critical
  @is_critical
end

#nameObject

The name of the step.



38
39
40
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_step.rb', line 38

def name
  @name
end

#requestObject

Object describing the Synthetic test request.



41
42
43
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_step.rb', line 41

def request
  @request
end

#subtypeObject

The subtype of the Synthetic multi-step API test step.



47
48
49
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_step.rb', line 47

def subtype
  @subtype
end