Show / Hide Table of Contents

Class LighthouseAuditResultV5

An audit's result object in a Lighthouse result.

Inheritance
object
LighthouseAuditResultV5
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PagespeedInsights.v5.Data
Assembly: Google.Apis.PagespeedInsights.v5.dll
Syntax
public class LighthouseAuditResultV5 : IDirectResponseSchema

Properties

Description

The description of the audit.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

Details

Freeform details section of the audit.

Declaration
[JsonProperty("details")]
public virtual IDictionary<string, object> Details { get; set; }
Property Value
Type Description
IDictionary<string, object>

DisplayValue

The value that should be displayed on the UI for this audit.

Declaration
[JsonProperty("displayValue")]
public virtual string DisplayValue { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ErrorMessage

An error message from a thrown error inside the audit.

Declaration
[JsonProperty("errorMessage")]
public virtual string ErrorMessage { get; set; }
Property Value
Type Description
string

Explanation

An explanation of the errors in the audit.

Declaration
[JsonProperty("explanation")]
public virtual string Explanation { get; set; }
Property Value
Type Description
string

Id

The audit's id.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

MetricSavings

The metric savings of the audit.

Declaration
[JsonProperty("metricSavings")]
public virtual MetricSavings MetricSavings { get; set; }
Property Value
Type Description
MetricSavings

NumericUnit

The unit of the numeric_value field. Used to format the numeric value for display.

Declaration
[JsonProperty("numericUnit")]
public virtual string NumericUnit { get; set; }
Property Value
Type Description
string

NumericValue

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.

Declaration
[JsonProperty("numericValue")]
public virtual double? NumericValue { get; set; }
Property Value
Type Description
double?

Score

The score of the audit, can be null.

Declaration
[JsonProperty("score")]
public virtual object Score { get; set; }
Property Value
Type Description
object

ScoreDisplayMode

The enumerated score display mode.

Declaration
[JsonProperty("scoreDisplayMode")]
public virtual string ScoreDisplayMode { get; set; }
Property Value
Type Description
string

Title

The human readable title.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Warnings

Possible warnings that occurred in the audit, can be null.

Declaration
[JsonProperty("warnings")]
public virtual object Warnings { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX