Class: DatadogAPIClient::V2::CustomAttributeConfigAttributesCreate
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CustomAttributeConfigAttributesCreate
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/custom_attribute_config_attributes_create.rb
Overview
Attributes required to create a custom attribute configuration.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#description ⇒ Object
A description explaining the purpose and expected values for this custom attribute.
-
#display_name ⇒ Object
readonly
The human-readable label shown in the Case Management UI for this custom attribute.
-
#is_multi ⇒ Object
readonly
If
true, this attribute accepts an array of values. -
#key ⇒ Object
readonly
The programmatic key used to reference this custom attribute in search queries and API calls.
-
#type ⇒ Object
readonly
The data type of the custom attribute, which determines the allowed values and UI input control.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/custom_attribute_config_attributes_create.rb', line 39 def additional_properties @additional_properties end |
#description ⇒ Object
A description explaining the purpose and expected values for this custom attribute.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/custom_attribute_config_attributes_create.rb', line 25 def description @description end |
#display_name ⇒ Object
The human-readable label shown in the Case Management UI for this custom attribute.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/custom_attribute_config_attributes_create.rb', line 28 def display_name @display_name end |
#is_multi ⇒ Object
If true, this attribute accepts an array of values. If false, only a single value is allowed.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/custom_attribute_config_attributes_create.rb', line 31 def is_multi @is_multi end |
#key ⇒ Object
The programmatic key used to reference this custom attribute in search queries and API calls.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/custom_attribute_config_attributes_create.rb', line 34 def key @key end |
#type ⇒ Object
The data type of the custom attribute, which determines the allowed values and UI input control.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/custom_attribute_config_attributes_create.rb', line 37 def type @type end |