Show / Hide Table of Contents

Class PagespeedApiLoadingExperienceV5

The CrUX loading experience object that contains CrUX data breakdowns.

Inheritance
System.Object
PagespeedApiLoadingExperienceV5
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 PagespeedApiLoadingExperienceV5 : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Id

The url, pattern or origin which the metrics are on.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
System.String

InitialUrl

The requested URL, which may differ from the resolved "id".

Declaration
[JsonProperty("initial_url")]
public virtual string InitialUrl { get; set; }
Property Value
Type Description
System.String

Metrics

The map of .

Declaration
[JsonProperty("metrics")]
public virtual IDictionary<string, UserPageLoadMetricV5> Metrics { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, UserPageLoadMetricV5>

OverallCategory

The human readable speed "category" of the id.

Declaration
[JsonProperty("overall_category")]
public virtual string OverallCategory { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top