Class: DatadogAPIClient::V2::CustomAttributeConfigResponse

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

Overview

Response containing a single custom attribute configuration.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



27
28
29
# File 'lib/datadog_api_client/v2/models/custom_attribute_config_response.rb', line 27

def additional_properties
  @additional_properties
end

#dataObject

A custom attribute configuration that defines an organization-specific metadata field on cases. Custom attributes are scoped to a case type and can hold text, URLs, numbers, or predefined select options.



25
26
27
# File 'lib/datadog_api_client/v2/models/custom_attribute_config_response.rb', line 25

def data
  @data
end