Class: DatadogAPIClient::V2::UpdateDeploymentRuleParamsDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UpdateDeploymentRuleParamsDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/update_deployment_rule_params_data_attributes.rb
Overview
Parameters for updating a deployment rule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#dry_run ⇒ Object
readonly
Whether to run this rule in dry-run mode.
-
#name ⇒ Object
readonly
The name of the deployment rule.
-
#options ⇒ Object
readonly
Options for deployment rule response representing either faulty deployment detection or monitor options.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/update_deployment_rule_params_data_attributes.rb', line 33 def additional_properties @additional_properties end |
#dry_run ⇒ Object
Whether to run this rule in dry-run mode.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/update_deployment_rule_params_data_attributes.rb', line 25 def dry_run @dry_run end |
#name ⇒ Object
The name of the deployment rule.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/update_deployment_rule_params_data_attributes.rb', line 28 def name @name end |
#options ⇒ Object
Options for deployment rule response representing either faulty deployment detection or monitor options.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/update_deployment_rule_params_data_attributes.rb', line 31 def @options end |