Class: DatadogAPIClient::V2::CustomAttributeConfigUpdateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CustomAttributeConfigUpdateAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/custom_attribute_config_update_attributes.rb
Overview
Attributes that can be updated on a custom attribute configuration. All fields are optional; only provided fields are changed.
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
The human-readable label shown in the Case Management UI for this custom attribute.
-
#map_from ⇒ Object
An external field identifier to auto-populate this attribute from (used for integrations with external systems).
-
#type ⇒ Object
The data type of the custom attribute, which determines the allowed values and UI input control.
-
#type_data ⇒ Object
Type-specific configuration for the custom attribute.
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_update_attributes.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_update_attributes.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_update_attributes.rb', line 28 def display_name @display_name end |
#map_from ⇒ Object
An external field identifier to auto-populate this attribute from (used for integrations with external systems).
31 32 33 |
# File 'lib/datadog_api_client/v2/models/custom_attribute_config_update_attributes.rb', line 31 def map_from @map_from end |
#type ⇒ Object
The data type of the custom attribute, which determines the allowed values and UI input control.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/custom_attribute_config_update_attributes.rb', line 34 def type @type end |
#type_data ⇒ Object
Type-specific configuration for the custom attribute. For SELECT-type attributes, this contains the list of allowed options.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/custom_attribute_config_update_attributes.rb', line 37 def type_data @type_data end |