Class: DatadogAPIClient::V2::CreateFeatureFlagAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CreateFeatureFlagAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/create_feature_flag_attributes.rb
Overview
Attributes for creating a new feature flag.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#default_variant_key ⇒ Object
The key of the default variant.
-
#description ⇒ Object
readonly
The description of the feature flag.
-
#json_schema ⇒ Object
JSON schema for validation when value_type is JSON.
-
#key ⇒ Object
readonly
The unique key of the feature flag.
-
#name ⇒ Object
readonly
The name of the feature flag.
-
#value_type ⇒ Object
readonly
The type of values for the feature flag variants.
-
#variants ⇒ Object
readonly
The variants of the feature flag.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/create_feature_flag_attributes.rb', line 45 def additional_properties @additional_properties end |
#default_variant_key ⇒ Object
The key of the default variant.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/create_feature_flag_attributes.rb', line 25 def default_variant_key @default_variant_key end |
#description ⇒ Object
The description of the feature flag.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/create_feature_flag_attributes.rb', line 28 def description @description end |
#json_schema ⇒ Object
JSON schema for validation when value_type is JSON.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/create_feature_flag_attributes.rb', line 31 def json_schema @json_schema end |
#key ⇒ Object
The unique key of the feature flag.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/create_feature_flag_attributes.rb', line 34 def key @key end |
#name ⇒ Object
The name of the feature flag.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/create_feature_flag_attributes.rb', line 37 def name @name end |
#value_type ⇒ Object
The type of values for the feature flag variants.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/create_feature_flag_attributes.rb', line 40 def value_type @value_type end |
#variants ⇒ Object
The variants of the feature flag.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/create_feature_flag_attributes.rb', line 43 def variants @variants end |