Show / Hide Table of Contents

Class Environment

Message containing environment configuration for a Lighthouse run.

Inheritance
object
Environment
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX