Show / Hide Table of Contents

Class LighthouseResultV5

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

Properties

Audits

Map of audits in the LHR.

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

Categories

Map of categories in the LHR.

Declaration
public virtual LighthouseResultV5.CategoriesData Categories { get; set; }
Property Value
Type Description
LighthouseResultV5.CategoriesData

CategoryGroups

Map of category groups in the LHR.

Declaration
public virtual IDictionary<string, LighthouseResultV5.CategoryGroupsDataElement> CategoryGroups { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, LighthouseResultV5.CategoryGroupsDataElement>

ConfigSettings

The configuration settings for this LHR.

Declaration
public virtual LighthouseResultV5.ConfigSettingsData ConfigSettings { get; set; }
Property Value
Type Description
LighthouseResultV5.ConfigSettingsData

Environment

Environment settings that were used when making this LHR.

Declaration
public virtual LighthouseResultV5.EnvironmentData Environment { get; set; }
Property Value
Type Description
LighthouseResultV5.EnvironmentData

ETag

The ETag of the item.

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

FetchTime

The time that this run was fetched.

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

FinalUrl

The final resolved url that was audited.

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

I18n

The internationalization strings that are required to render the LHR.

Declaration
public virtual LighthouseResultV5.I18nData I18n { get; set; }
Property Value
Type Description
LighthouseResultV5.I18nData

LighthouseVersion

The lighthouse version that was used to generate this LHR.

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

RequestedUrl

The original requested url.

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

RuntimeError

A top-level error message that, if present, indicates a serious enough problem that this Lighthouse result may need to be discarded.

Declaration
public virtual LighthouseResultV5.RuntimeErrorData RuntimeError { get; set; }
Property Value
Type Description
LighthouseResultV5.RuntimeErrorData

RunWarnings

List of all run warnings in the LHR. Will always output to at least [].

Declaration
public virtual IList<object> RunWarnings { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.Object>

StackPacks

The Stack Pack advice strings.

Declaration
public virtual IList<LighthouseResultV5.StackPacksData> StackPacks { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<LighthouseResultV5.StackPacksData>

Timing

Timing information for this LHR.

Declaration
public virtual LighthouseResultV5.TimingData Timing { get; set; }
Property Value
Type Description
LighthouseResultV5.TimingData

UserAgent

The user agent that was used to run this LHR.

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

Implements

IDirectResponseSchema
Back to top