Class: DatadogAPIClient::V2::RumExclusionFilterAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RumExclusionFilterAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_exclusion_filter_attributes.rb
Overview
The attributes of an exclusion filter.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#enabled ⇒ Object
Whether the exclusion filter is active.
-
#event_type ⇒ Object
The type of RUM events to filter on.
-
#name ⇒ Object
The name of the exclusion filter.
-
#query ⇒ Object
Additional query used to further restrict which RUM events are excluded.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/rum_exclusion_filter_attributes.rb', line 37 def additional_properties @additional_properties end |
#enabled ⇒ Object
Whether the exclusion filter is active.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/rum_exclusion_filter_attributes.rb', line 25 def enabled @enabled end |
#event_type ⇒ Object
The type of RUM events to filter on.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/rum_exclusion_filter_attributes.rb', line 28 def event_type @event_type end |
#name ⇒ Object
The name of the exclusion filter.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/rum_exclusion_filter_attributes.rb', line 31 def name @name end |
#query ⇒ Object
Additional query used to further restrict which RUM events are excluded.
Combined with event_type when both are provided.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/rum_exclusion_filter_attributes.rb', line 35 def query @query end |