Class: DatadogAPIClient::V2::CreateDeploymentGateParamsDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CreateDeploymentGateParamsDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/create_deployment_gate_params_data_attributes.rb
Overview
Parameters for creating a deployment gate.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#dry_run ⇒ Object
Whether this gate is run in dry-run mode.
-
#env ⇒ Object
readonly
The environment of the deployment gate.
-
#identifier ⇒ Object
The identifier of the deployment gate.
-
#service ⇒ Object
readonly
The service of the deployment gate.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/create_deployment_gate_params_data_attributes.rb', line 36 def additional_properties @additional_properties end |
#dry_run ⇒ Object
Whether this gate is run in dry-run mode.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/create_deployment_gate_params_data_attributes.rb', line 25 def dry_run @dry_run end |
#env ⇒ Object
The environment of the deployment gate.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/create_deployment_gate_params_data_attributes.rb', line 28 def env @env end |
#identifier ⇒ Object
The identifier of the deployment gate.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/create_deployment_gate_params_data_attributes.rb', line 31 def identifier @identifier end |
#service ⇒ Object
The service of the deployment gate.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/create_deployment_gate_params_data_attributes.rb', line 34 def service @service end |