Class: DatadogAPIClient::V2::UpdateDeploymentGateParamsDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UpdateDeploymentGateParamsDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/update_deployment_gate_params_data_attributes.rb
Overview
Attributes for updating a deployment gate.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#dry_run ⇒ Object
readonly
Whether to run in dry-run mode.
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/update_deployment_gate_params_data_attributes.rb', line 27 def additional_properties @additional_properties end |
#dry_run ⇒ Object
Whether to run in dry-run mode.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/update_deployment_gate_params_data_attributes.rb', line 25 def dry_run @dry_run end |