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
The description of the feature flag.
-
#distribution_channel ⇒ Object
The distribution channel for 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.
-
#require_approval ⇒ Object
Indicates whether this feature flag requires approval for changes.
-
#staleness_status ⇒ Object
The staleness status for the feature flag at creation.
-
#tags ⇒ Object
Tags associated with 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.
57 58 59 |
# File 'lib/datadog_api_client/v2/models/create_feature_flag_attributes.rb', line 57 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 |
#distribution_channel ⇒ Object
The distribution channel for the feature flag.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/create_feature_flag_attributes.rb', line 31 def distribution_channel @distribution_channel end |
#json_schema ⇒ Object
JSON schema for validation when value_type is JSON.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/create_feature_flag_attributes.rb', line 34 def json_schema @json_schema end |
#key ⇒ Object
The unique key of the feature flag.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/create_feature_flag_attributes.rb', line 37 def key @key end |
#name ⇒ Object
The name of the feature flag.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/create_feature_flag_attributes.rb', line 40 def name @name end |
#require_approval ⇒ Object
Indicates whether this feature flag requires approval for changes.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/create_feature_flag_attributes.rb', line 43 def require_approval @require_approval end |
#staleness_status ⇒ Object
The staleness status for the feature flag at creation.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/create_feature_flag_attributes.rb', line 46 def staleness_status @staleness_status end |
#tags ⇒ Object
Tags associated with the feature flag.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/create_feature_flag_attributes.rb', line 49 def @tags end |
#value_type ⇒ Object
The type of values for the feature flag variants.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/create_feature_flag_attributes.rb', line 52 def value_type @value_type end |
#variants ⇒ Object
The variants of the feature flag.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/create_feature_flag_attributes.rb', line 55 def variants @variants end |