Class: DatadogAPIClient::V2::RumMetricUniqueness
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::RumMetricUniqueness
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/rum_metric_uniqueness.rb
Overview
The rule to count updatable events. Is only set if ‘event_type` is `sessions` or `views`.
Instance Attribute Summary collapse
-
#_when ⇒ Object
readonly
When to count updatable events.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_when ⇒ Object
When to count updatable events. ‘match` when the event is first seen, or `end` when the event is complete.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/rum_metric_uniqueness.rb', line 25 def _when @_when end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/rum_metric_uniqueness.rb', line 27 def additional_properties @additional_properties end |