Show / Hide Table of Contents

Class LighthouseResultV5.ConfigSettingsData

The configuration settings for this LHR.

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

Properties

EmulatedFormFactor

The form factor the emulation should use.

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

Locale

The locale setting.

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

OnlyCategories

Declaration
public virtual object OnlyCategories { get; set; }
Property Value
Type Description
System.Object
Back to top