google_api_page_speed_online v0.5.0 GoogleApi.PageSpeedOnline.V5.Model.LighthouseAuditResultV5 View Source
Attributes
description
(type:String.t
, default:nil
) - The description of the audit.details
(type:map()
, default:nil
) - Freeform details section of the audit.displayValue
(type:String.t
, default:nil
) - The value that should be displayed on the UI for this audit.errorMessage
(type:String.t
, default:nil
) - An error message from a thrown error inside the audit.explanation
(type:String.t
, default:nil
) - An explanation of the errors in the audit.id
(type:String.t
, default:nil
) - The audit's id.numericValue
(type:float()
, default:nil
) - A numeric value that has a meaning specific to the audit, e.g. the number of nodes in the DOM or the timestamp of a specific load event. More information can be found in the audit details, if present.score
(type:any()
, default:nil
) -scoreDisplayMode
(type:String.t
, default:nil
) - The enumerated score display mode.title
(type:String.t
, default:nil
) - The human readable title.warnings
(type:any()
, default:nil
) -
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 Sourcet() :: %GoogleApi.PageSpeedOnline.V5.Model.LighthouseAuditResultV5{ description: String.t(), details: map(), displayValue: String.t(), errorMessage: String.t(), explanation: String.t(), id: String.t(), numericValue: float(), score: any(), scoreDisplayMode: String.t(), title: String.t(), warnings: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.