Class Environment
Message containing environment configuration for a Lighthouse run.
Implements
Inherited Members
Namespace: Google.Apis.PagespeedInsights.v5.Data
Assembly: Google.Apis.PagespeedInsights.v5.dll
Syntax
public class Environment : IDirectResponseSchema
Properties
BenchmarkIndex
The benchmark index number that indicates rough device class.
Declaration
[JsonProperty("benchmarkIndex")]
public virtual double? BenchmarkIndex { get; set; }
Property Value
Type | Description |
---|---|
double? |
Credits
The version of libraries with which these results were generated. Ex: axe-core.
Declaration
[JsonProperty("credits")]
public virtual IDictionary<string, string> Credits { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HostUserAgent
The user agent string of the version of Chrome used.
Declaration
[JsonProperty("hostUserAgent")]
public virtual string HostUserAgent { get; set; }
Property Value
Type | Description |
---|---|
string |
NetworkUserAgent
The user agent string that was sent over the network.
Declaration
[JsonProperty("networkUserAgent")]
public virtual string NetworkUserAgent { get; set; }
Property Value
Type | Description |
---|---|
string |