google_api_page_speed_online v0.10.1 GoogleApi.PageSpeedOnline.V5.Model.LighthouseAuditResultV5 View Source
An audit's result object in a Lighthouse result.
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
) - The score of the audit, can be null. -
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
) - Possible warnings that occurred in the audit, can be null.
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.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
Specs
Unwrap a decoded JSON object into its complex fields.