Class: DatadogAPIClient::V2::CustomAttributeConfigResourceAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CustomAttributeConfigResourceAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/custom_attribute_config_resource_attributes.rb
Overview
Attributes of a custom attribute configuration, defining an organization-specific metadata field that can be added to cases of a given type.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#case_type_id ⇒ Object
readonly
The UUID of the case type this custom attribute belongs to.
-
#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.
42 43 44 |
# File 'lib/datadog_api_client/v2/models/custom_attribute_config_resource_attributes.rb', line 42 def additional_properties @additional_properties end |
#case_type_id ⇒ Object
The UUID of the case type this custom attribute belongs to.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/custom_attribute_config_resource_attributes.rb', line 25 def case_type_id @case_type_id end |
#description ⇒ Object
A description explaining the purpose and expected values for this custom attribute.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/custom_attribute_config_resource_attributes.rb', line 28 def description @description end |
#display_name ⇒ Object
The human-readable label shown in the Case Management UI for this custom attribute.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/custom_attribute_config_resource_attributes.rb', line 31 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.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/custom_attribute_config_resource_attributes.rb', line 34 def is_multi @is_multi end |
#key ⇒ Object
The programmatic key used to reference this custom attribute in search queries and API calls.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/custom_attribute_config_resource_attributes.rb', line 37 def key @key end |
#type ⇒ Object
The data type of the custom attribute, which determines the allowed values and UI input control.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/custom_attribute_config_resource_attributes.rb', line 40 def type @type end |