Show / Hide Table of Contents

Class PagespeedApiLoadingExperienceV5

The CrUX loading experience object that contains CrUX data breakdowns.

Inheritance
object
PagespeedApiLoadingExperienceV5
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 PagespeedApiLoadingExperienceV5 : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Metrics

The map of .

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

OriginFallback

True if the result is an origin fallback from a page, false otherwise.

Declaration
[JsonProperty("origin_fallback")]
public virtual bool? OriginFallback { get; set; }
Property Value
Type Description
bool?

OverallCategory

The human readable speed "category" of the id.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX