Show / Hide Table of Contents

Class PagespeedApiLoadingExperienceV5

Inheritance
System.Object
PagespeedApiLoadingExperienceV5
Implements
IDirectResponseSchema
Namespace: Google.Apis.Pagespeedonline.v5.Data
Assembly: Google.Apis.Pagespeedonline.v5.dll
Syntax
public class PagespeedApiLoadingExperienceV5 : object, 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
public virtual string Id { get; set; }
Property Value
Type Description
System.String

InitialUrl

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

Metrics

Declaration
public virtual IDictionary<string, PagespeedApiLoadingExperienceV5.MetricsDataElement> Metrics { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, PagespeedApiLoadingExperienceV5.MetricsDataElement>

OverallCategory

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

Implements

IDirectResponseSchema
Back to top