google_api_page_speed_online v0.10.1 GoogleApi.PageSpeedOnline.V5.Model.AuditRefs View Source

A light reference to an audit by id, used to group and weight audits in a given category.

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

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.