Class: DatadogAPIClient::V2::RumExclusionFilterUpdateData

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

Overview

The exclusion filter properties to update.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



35
36
37
# File 'lib/datadog_api_client/v2/models/rum_exclusion_filter_update_data.rb', line 35

def additional_properties
  @additional_properties
end

#attributesObject

The attributes of an exclusion filter that can be updated. For the built-in Error Tracking exclusion filter, only enabled can be set; name, event_type, and query must be omitted.



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

def attributes
  @attributes
end

#idObject

The ID of the exclusion filter. Must match the ef_id path parameter.



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

def id
  @id
end

#typeObject

The resource type. The value must be exclusion_filters.



33
34
35
# File 'lib/datadog_api_client/v2/models/rum_exclusion_filter_update_data.rb', line 33

def type
  @type
end