Class LighthouseResultV5.EnvironmentData
Environment settings that were used when making this LHR.
Inheritance
System.Object
LighthouseResultV5.EnvironmentData
Namespace: Google.Apis.Pagespeedonline.v5.Data
Assembly: Google.Apis.Pagespeedonline.v5.dll
Syntax
public class EnvironmentData : object
Properties
BenchmarkIndex
The benchmark index number that indicates rough device class.
Declaration
public virtual Nullable<double> BenchmarkIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |
HostUserAgent
The user agent string of the version of Chrome used.
Declaration
public virtual string HostUserAgent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NetworkUserAgent
The user agent string that was sent over the network.
Declaration
public virtual string NetworkUserAgent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |