View Source GoogleApi.PageSpeedOnline.V5.Model.MetricSavings (google_api_page_speed_online v0.18.0)

The metric savings of the audit.

Attributes

  • CLS (type: float(), default: nil) - Optional. Optional numeric value representing the audit's savings for the CLS metric.
  • FCP (type: float(), default: nil) - Optional. Optional numeric value representing the audit's savings for the FCP metric.
  • INP (type: float(), default: nil) - Optional. Optional numeric value representing the audit's savings for the INP metric.
  • LCP (type: float(), default: nil) - Optional. Optional numeric value representing the audit's savings for the LCP metric.
  • TBT (type: float(), default: nil) - Optional. Optional numeric value representing the audit's savings for the TBT metric.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PageSpeedOnline.V5.Model.MetricSavings{
  CLS: float() | nil,
  FCP: float() | nil,
  INP: float() | nil,
  LCP: float() | nil,
  TBT: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.