Class: DatadogAPIClient::V2::FeatureFlagAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FeatureFlagAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/feature_flag_attributes.rb
Overview
Attributes of a feature flag.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#archived_at ⇒ Object
The timestamp when the feature flag was archived.
-
#created_at ⇒ Object
The timestamp when the feature flag was created.
-
#created_by ⇒ Object
The ID of the user who created the feature flag.
-
#description ⇒ Object
readonly
The description of the feature flag.
-
#distribution_channel ⇒ Object
Distribution channel for the feature flag.
-
#feature_flag_environments ⇒ Object
Environment-specific settings 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.
-
#last_updated_by ⇒ Object
The ID of the user who last updated the feature flag.
-
#name ⇒ Object
readonly
The name of the feature flag.
-
#require_approval ⇒ Object
Indicates whether this feature flag requires approval for changes.
-
#updated_at ⇒ Object
The timestamp when the feature flag was last updated.
-
#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.
66 67 68 |
# File 'lib/datadog_api_client/v2/models/feature_flag_attributes.rb', line 66 def additional_properties @additional_properties end |
#archived_at ⇒ Object
The timestamp when the feature flag was archived.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/feature_flag_attributes.rb', line 25 def archived_at @archived_at end |
#created_at ⇒ Object
The timestamp when the feature flag was created.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/feature_flag_attributes.rb', line 28 def created_at @created_at end |
#created_by ⇒ Object
The ID of the user who created the feature flag.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/feature_flag_attributes.rb', line 31 def created_by @created_by end |
#description ⇒ Object
The description of the feature flag.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/feature_flag_attributes.rb', line 34 def description @description end |
#distribution_channel ⇒ Object
Distribution channel for the feature flag.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/feature_flag_attributes.rb', line 37 def distribution_channel @distribution_channel end |
#feature_flag_environments ⇒ Object
Environment-specific settings for the feature flag.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/feature_flag_attributes.rb', line 40 def feature_flag_environments @feature_flag_environments end |
#json_schema ⇒ Object
JSON schema for validation when value_type is JSON.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/feature_flag_attributes.rb', line 43 def json_schema @json_schema end |
#key ⇒ Object
The unique key of the feature flag.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/feature_flag_attributes.rb', line 46 def key @key end |
#last_updated_by ⇒ Object
The ID of the user who last updated the feature flag.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/feature_flag_attributes.rb', line 49 def last_updated_by @last_updated_by end |
#name ⇒ Object
The name of the feature flag.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/feature_flag_attributes.rb', line 52 def name @name end |
#require_approval ⇒ Object
Indicates whether this feature flag requires approval for changes.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/feature_flag_attributes.rb', line 55 def require_approval @require_approval end |
#updated_at ⇒ Object
The timestamp when the feature flag was last updated.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/feature_flag_attributes.rb', line 58 def updated_at @updated_at end |
#value_type ⇒ Object
The type of values for the feature flag variants.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/feature_flag_attributes.rb', line 61 def value_type @value_type end |
#variants ⇒ Object
The variants of the feature flag.
64 65 66 |
# File 'lib/datadog_api_client/v2/models/feature_flag_attributes.rb', line 64 def variants @variants end |