Class: DatadogAPIClient::V1::SyntheticsTestOptionsRetry

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

Overview

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

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



32
33
34
# File 'lib/datadog_api_client/v1/models/synthetics_test_options_retry.rb', line 32

def additional_properties
  @additional_properties
end

#countObject

Number of times a test needs to be retried before marking a location as failed. Defaults to 0.



26
27
28
# File 'lib/datadog_api_client/v1/models/synthetics_test_options_retry.rb', line 26

def count
  @count
end

#intervalObject

Time interval between retries (in milliseconds). Defaults to 300ms.



30
31
32
# File 'lib/datadog_api_client/v1/models/synthetics_test_options_retry.rb', line 30

def interval
  @interval
end