IndexingMobileVoltCoreWebVitals

GoogleApi.ContentWarehouse.V1.Model.IndexingMobileVoltCoreWebVitals


Table of Contents ▼

Jump to a specific part of the page:

Description

Core Web Vitals (https://web.dev/vitals/) carried in VoltSignal: the field data metrics extracted from UKM aggregated 75-percentile data.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. cls (type: String.t, default: nil)
    - Cumulative Layout Shift.
  2. fid (type: String.t, default: nil)
    - First Input Delay.
  3. inp (type: String.t, default: nil)
    -
  4. lcp (type: String.t, default: nil)
    - Largest Contentful Paint.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingMobileVoltCoreWebVitals{
cls: String.t() | nil,
fid: String.t() | nil,
inp: String.t() | nil,
lcp: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingMobileVoltCoreWebVitals