google_api_page_speed_online v0.5.0 GoogleApi.PageSpeedOnline.V5.Model.LighthouseCategoryV5AuditRefs View Source

Attributes

  • group (type: String.t, default: nil) - The category group that the audit belongs to (optional).
  • id (type: String.t, default: nil) - The audit ref id.
  • weight (type: float(), default: nil) - The weight this audit's score has on the overall category score.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.PageSpeedOnline.V5.Model.LighthouseCategoryV5AuditRefs{
  group: String.t(),
  id: String.t(),
  weight: float()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.