Class: DatadogAPIClient::V2::RumExclusionFilterUpdateData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RumExclusionFilterUpdateData
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
readonly
The attributes of an exclusion filter that can be updated.
-
#id ⇒ Object
readonly
The ID of the exclusion filter.
-
#type ⇒ Object
readonly
The resource type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#attributes ⇒ Object
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 |
#id ⇒ Object
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 |
#type ⇒ Object
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 |