Show / Hide Table of Contents

Class Environment

Message containing environment configuration for a Lighthouse run.

Inheritance
System.Object
Environment
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 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
System.Nullable<System.Double>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.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
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top