Class: DatadogAPIClient::V2::RumRetentionFilterUpdateAttributes

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

Overview

The object describing attributes of a RUM retention filter 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.



42
43
44
# File 'lib/datadog_api_client/v2/models/rum_retention_filter_update_attributes.rb', line 42

def additional_properties
  @additional_properties
end

#cross_product_samplingObject

The configuration for cross-product retention filters. All fields are optional for partial updates.



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

def cross_product_sampling
  @cross_product_sampling
end

#enabledObject

Whether the retention filter is enabled.



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

def enabled
  @enabled
end

#event_typeObject

The type of RUM events to filter on.



31
32
33
# File 'lib/datadog_api_client/v2/models/rum_retention_filter_update_attributes.rb', line 31

def event_type
  @event_type
end

#nameObject

The name of a RUM retention filter.



34
35
36
# File 'lib/datadog_api_client/v2/models/rum_retention_filter_update_attributes.rb', line 34

def name
  @name
end

#queryObject

The query string for a RUM retention filter.



37
38
39
# File 'lib/datadog_api_client/v2/models/rum_retention_filter_update_attributes.rb', line 37

def query
  @query
end

#sample_rateObject

The sample rate for a RUM retention filter, between 0.1 and 100.



40
41
42
# File 'lib/datadog_api_client/v2/models/rum_retention_filter_update_attributes.rb', line 40

def sample_rate
  @sample_rate
end