Class: DatadogAPIClient::V1::SyntheticsTestCiOptions

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

Overview

CI/CD options for a Synthetic test.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#execution_ruleObject

Execution rule for a Synthetic test.



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

def execution_rule
  @execution_rule
end