Class: DatadogAPIClient::V2::FeatureFlagAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/feature_flag_attributes.rb

Overview

Attributes of a feature flag.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_atObject

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_atObject

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_byObject

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

#descriptionObject

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_channelObject

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_environmentsObject

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_schemaObject

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

#keyObject

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_byObject

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

#nameObject

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_approvalObject

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_atObject

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_typeObject

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

#variantsObject

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