Class: DatadogAPIClient::V2::RumExclusionFilterAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#enabledObject

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_typeObject

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

#nameObject

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

#queryObject

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