View Source GoogleApi.ContentWarehouse.V1.Model.IndexingMobileVoltCoreWebVitals (google_api_content_warehouse v0.4.0)

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.