Show / Hide Table of Contents

Class ConfigSettings

Message containing the configuration settings for the Lighthouse run.

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

Properties

Channel

How Lighthouse was run, e.g. from the Chrome extension or from the npm module.

Declaration
[JsonProperty("channel")]
public virtual string Channel { get; set; }
Property Value
Type Description
System.String

EmulatedFormFactor

The form factor the emulation should use.

Declaration
[JsonProperty("emulatedFormFactor")]
public virtual string EmulatedFormFactor { 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

Locale

The locale setting.

Declaration
[JsonProperty("locale")]
public virtual string Locale { get; set; }
Property Value
Type Description
System.String

OnlyCategories

List of categories of audits the run should conduct.

Declaration
[JsonProperty("onlyCategories")]
public virtual object OnlyCategories { get; set; }
Property Value
Type Description
System.Object

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top