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

Attributes

  • auditRefs (type: list(GoogleApi.PageSpeedOnline.V5.Model.LighthouseCategoryV5AuditRefs.t), default: nil) - An array of references to all the audit members of this category.
  • description (type: String.t, default: nil) - A more detailed description of the category and its importance.
  • id (type: String.t, default: nil) - The string identifier of the category.
  • manualDescription (type: String.t, default: nil) - A description for the manual audits in the category.
  • score (type: any(), default: nil) -
  • title (type: String.t, default: nil) - The human-friendly name of the category.

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.LighthouseCategoryV5{
  auditRefs: [
    GoogleApi.PageSpeedOnline.V5.Model.LighthouseCategoryV5AuditRefs.t()
  ],
  description: String.t(),
  id: String.t(),
  manualDescription: String.t(),
  score: any(),
  title: String.t()
}

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.