Sha256: 4732fb3441206d18118e9ff033899c709cc66508905fc3282968510e69e33b23
Contents?: true
Size: 519 Bytes
Versions: 6
Compression:
Stored size: 519 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
6 entries across 6 versions & 1 rubygems