Class: DatadogAPIClient::V1::SyntheticsCoreWebVitals
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsCoreWebVitals
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_core_web_vitals.rb
Overview
Core Web Vitals attached to a browser test step.
Instance Attribute Summary collapse
-
#cls ⇒ Object
Cumulative Layout Shift.
-
#lcp ⇒ Object
Largest Contentful Paint in milliseconds.
-
#url ⇒ Object
URL attached to the metrics.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#cls ⇒ Object
Cumulative Layout Shift.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/synthetics_core_web_vitals.rb', line 29 def cls @cls end |
#lcp ⇒ Object
Largest Contentful Paint in milliseconds.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/synthetics_core_web_vitals.rb', line 32 def lcp @lcp end |
#url ⇒ Object
URL attached to the metrics.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/synthetics_core_web_vitals.rb', line 35 def url @url end |