Show / Hide Table of Contents

Class LighthouseAuditResultV5

Inheritance
System.Object
LighthouseAuditResultV5
Implements
IDirectResponseSchema
Namespace: Google.Apis.Pagespeedonline.v5.Data
Assembly: Google.Apis.Pagespeedonline.v5.dll
Syntax
public class LighthouseAuditResultV5 : object, IDirectResponseSchema

Properties

Description

The description of the audit.

Declaration
public virtual string Description { get; set; }
Property Value
Type Description
System.String

Details

Freeform details section of the audit.

Declaration
public virtual IDictionary<string, object> Details { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

DisplayValue

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

Declaration
public virtual string DisplayValue { get; set; }
Property Value
Type Description
System.String

ErrorMessage

An error message from a thrown error inside the audit.

Declaration
public virtual string ErrorMessage { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

Explanation

An explanation of the errors in the audit.

Declaration
public virtual string Explanation { get; set; }
Property Value
Type Description
System.String

Id

The audit's id.

Declaration
public virtual string Id { get; set; }
Property Value
Type Description
System.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
public virtual Nullable<double> NumericValue { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Score

Declaration
public virtual object Score { get; set; }
Property Value
Type Description
System.Object

ScoreDisplayMode

The enumerated score display mode.

Declaration
public virtual string ScoreDisplayMode { get; set; }
Property Value
Type Description
System.String

Title

The human readable title.

Declaration
public virtual string Title { get; set; }
Property Value
Type Description
System.String

Warnings

Declaration
public virtual object Warnings { get; set; }
Property Value
Type Description
System.Object

Implements

IDirectResponseSchema
Back to top