Class: DatadogAPIClient::V2::DeploymentRuleResponseDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DeploymentRuleResponseDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes.rb
Overview
Basic information about a deployment rule.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_at ⇒ Object
readonly
The timestamp when the deployment rule was created.
-
#created_by ⇒ Object
readonly
Information about the user who created the deployment rule.
-
#dry_run ⇒ Object
readonly
Whether this rule is run in dry-run mode.
-
#gate_id ⇒ Object
readonly
The ID of the deployment gate.
-
#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.
-
#type ⇒ Object
readonly
The type of the deployment rule.
-
#updated_at ⇒ Object
The timestamp when the deployment rule was last updated.
-
#updated_by ⇒ Object
Information about the user who updated the deployment rule.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
51 52 53 |
# File 'lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes.rb', line 51 def additional_properties @additional_properties end |
#created_at ⇒ Object
The timestamp when the deployment rule was created.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes.rb', line 25 def created_at @created_at end |
#created_by ⇒ Object
Information about the user who created the deployment rule.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes.rb', line 28 def created_by @created_by end |
#dry_run ⇒ Object
Whether this rule is run in dry-run mode.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes.rb', line 31 def dry_run @dry_run end |
#gate_id ⇒ Object
The ID of the deployment gate.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes.rb', line 34 def gate_id @gate_id end |
#name ⇒ Object
The name of the deployment rule.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes.rb', line 37 def name @name end |
#options ⇒ Object
Options for deployment rule response representing either faulty deployment detection or monitor options.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes.rb', line 40 def @options end |
#type ⇒ Object
The type of the deployment rule.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes.rb', line 43 def type @type end |
#updated_at ⇒ Object
The timestamp when the deployment rule was last updated.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes.rb', line 46 def updated_at @updated_at end |
#updated_by ⇒ Object
Information about the user who updated the deployment rule.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes.rb', line 49 def updated_by @updated_by end |