Class: DatadogAPIClient::V2::UpdateFeatureFlagAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UpdateFeatureFlagAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/update_feature_flag_attributes.rb
Overview
Attributes for updating a feature flag.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
The description of the feature flag.
-
#json_schema ⇒ Object
JSON schema for validation when value_type is JSON.
-
#name ⇒ Object
The name of the feature flag.
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_feature_flag_attributes.rb', line 33 def additional_properties @additional_properties end |
#description ⇒ Object
The description of the feature flag.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/update_feature_flag_attributes.rb', line 25 def description @description end |
#json_schema ⇒ Object
JSON schema for validation when value_type is JSON.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/update_feature_flag_attributes.rb', line 28 def json_schema @json_schema end |
#name ⇒ Object
The name of the feature flag.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/update_feature_flag_attributes.rb', line 31 def name @name end |