Class: DatadogAPIClient::V2::RumRetentionFilterUpdateAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RumRetentionFilterUpdateAttributes
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#enabled ⇒ Object
Whether the retention filter is enabled.
-
#event_type ⇒ Object
The type of RUM events to filter on.
-
#name ⇒ Object
The name of a RUM retention filter.
-
#query ⇒ Object
The query string for a RUM retention filter.
-
#sample_rate ⇒ Object
readonly
The sample rate for a RUM retention filter, between 0 and 100.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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 |
#enabled ⇒ Object
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_type ⇒ Object
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 |
#name ⇒ Object
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 |
#query ⇒ Object
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_rate ⇒ Object
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 |