Class: DatadogAPIClient::V1::SyntheticsCoreWebVitals

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#clsObject

Cumulative Layout Shift.



29
30
31
# File 'lib/datadog_api_client/v1/models/synthetics_core_web_vitals.rb', line 29

def cls
  @cls
end

#lcpObject

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

#urlObject

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