Class: DatadogAPIClient::V2::CustomAttributeConfigUpdate

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

Overview

Data object for updating a 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.



30
31
32
# File 'lib/datadog_api_client/v2/models/custom_attribute_config_update.rb', line 30

def additional_properties
  @additional_properties
end

#attributesObject

Attributes that can be updated on a custom attribute configuration. All fields are optional; only provided fields are changed.



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

def attributes
  @attributes
end

#typeObject

JSON:API resource type for custom attribute configurations.



28
29
30
# File 'lib/datadog_api_client/v2/models/custom_attribute_config_update.rb', line 28

def type
  @type
end