Class: DatadogAPIClient::V2::CustomAttributeConfigUpdateAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#descriptionObject

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_nameObject

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_fromObject

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

#typeObject

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_dataObject

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