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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/synthetics_core_web_vitals.rb', line 33 def additional_properties @additional_properties end |
#cls ⇒ Object
Cumulative Layout Shift.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_core_web_vitals.rb', line 25 def cls @cls end |
#lcp ⇒ Object
Largest Contentful Paint in milliseconds.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_core_web_vitals.rb', line 28 def lcp @lcp end |
#url ⇒ Object
URL attached to the metrics.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_core_web_vitals.rb', line 31 def url @url end |