Class: DatadogAPIClient::V2::AggregatedMobileScrollFriction
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AggregatedMobileScrollFriction
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aggregated_mobile_scroll_friction.rb
Overview
Aggregated mobile scroll friction detection at view level.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#avg_scroll_frozen_frame_count ⇒ Object
readonly
Average number of frozen frames during scroll interactions.
-
#fingerprint ⇒ Object
readonly
Unique fingerprint identifying this detection group.
-
#impact_score ⇒ Object
readonly
Impact score for this detection.
-
#view_occurrences ⇒ Object
readonly
Number of sampled views where this detection occurred.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/aggregated_mobile_scroll_friction.rb', line 36 def additional_properties @additional_properties end |
#avg_scroll_frozen_frame_count ⇒ Object
Average number of frozen frames during scroll interactions.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/aggregated_mobile_scroll_friction.rb', line 25 def avg_scroll_frozen_frame_count @avg_scroll_frozen_frame_count end |
#fingerprint ⇒ Object
Unique fingerprint identifying this detection group.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/aggregated_mobile_scroll_friction.rb', line 28 def fingerprint @fingerprint end |
#impact_score ⇒ Object
Impact score for this detection.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/aggregated_mobile_scroll_friction.rb', line 31 def impact_score @impact_score end |
#view_occurrences ⇒ Object
Number of sampled views where this detection occurred.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/aggregated_mobile_scroll_friction.rb', line 34 def view_occurrences @view_occurrences end |