Sha256: 05f1494bf2d7be1ea3a5b349911750dbc526d73f0ca16ca07ccad7fcd0b165d7
Contents?: true
Size: 639 Bytes
Versions: 2
Compression:
Stored size: 639 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsCoreWebVitals ## Properties | Name | Type | Description | Notes | | ------- | ----------- | ----------------------------------------- | ---------- | | **cls** | **Integer** | Cumulative Layout Shift. | [optional] | | **lcp** | **Integer** | Largest Contentful Paint in milliseconds. | [optional] | | **url** | **String** | URL attached to the metrics. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsCoreWebVitals.new( cls: null, lcp: null, url: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/SyntheticsCoreWebVitals.md |
datadog_api_client-1.5.0 | docs/v1/SyntheticsCoreWebVitals.md |