Class: DatadogAPIClient::V2::CreateEnvironmentAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CreateEnvironmentAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/create_environment_attributes.rb
Overview
Attributes for creating a new environment.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#is_production ⇒ Object
Indicates whether this is a production environment.
-
#name ⇒ Object
readonly
The name of the environment.
-
#queries ⇒ Object
readonly
List of queries to define the environment scope.
-
#require_feature_flag_approval ⇒ Object
Indicates whether feature flag changes require approval in this environment.
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_environment_attributes.rb', line 36 def additional_properties @additional_properties end |
#is_production ⇒ Object
Indicates whether this is a production environment.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/create_environment_attributes.rb', line 25 def is_production @is_production end |
#name ⇒ Object
The name of the environment.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/create_environment_attributes.rb', line 28 def name @name end |
#queries ⇒ Object
List of queries to define the environment scope.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/create_environment_attributes.rb', line 31 def queries @queries end |
#require_feature_flag_approval ⇒ Object
Indicates whether feature flag changes require approval in this environment.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/create_environment_attributes.rb', line 34 def require_feature_flag_approval @require_feature_flag_approval end |