Class: DatadogAPIClient::V2::SyntheticsSuiteOptions
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsSuiteOptions
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_suite_options.rb
Overview
Object describing the extra options for a Synthetic suite.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#alerting_threshold ⇒ Object
readonly
Percentage of critical tests failure needed for a suite to fail.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/synthetics_suite_options.rb', line 27 def additional_properties @additional_properties end |
#alerting_threshold ⇒ Object
Percentage of critical tests failure needed for a suite to fail.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_suite_options.rb', line 25 def alerting_threshold @alerting_threshold end |