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.



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

def additional_properties
  @additional_properties
end

#enabledObject

Whether the retention filter is enabled.



25
26
27
# File 'lib/datadog_api_client/v2/models/rum_retention_filter_update_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_retention_filter_update_attributes.rb', line 28

def event_type
  @event_type
end

#nameObject

The name of a RUM retention filter.



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

def name
  @name
end

#queryObject

The query string for a RUM retention filter.



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

def query
  @query
end

#sample_rateObject

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



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

def sample_rate
  @sample_rate
end