Show / Hide Table of Contents

Class PagespeedApiPagespeedResponseV5

Inheritance
System.Object
PagespeedApiPagespeedResponseV5
Implements
IDirectResponseSchema
Namespace: Google.Apis.Pagespeedonline.v5.Data
Assembly: Google.Apis.Pagespeedonline.v5.dll
Syntax
public class PagespeedApiPagespeedResponseV5 : object, IDirectResponseSchema

Properties

AnalysisUTCTimestamp

The UTC timestamp of this analysis.

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

CaptchaResult

The captcha verify result

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

ETag

The ETag of the item.

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

Id

Canonicalized and final URL for the document, after following page redirects (if any).

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

Kind

Kind of result.

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

LighthouseResult

Lighthouse response for the audit url as an object.

Declaration
public virtual LighthouseResultV5 LighthouseResult { get; set; }
Property Value
Type Description
LighthouseResultV5

LoadingExperience

Metrics of end users' page loading experience.

Declaration
public virtual PagespeedApiLoadingExperienceV5 LoadingExperience { get; set; }
Property Value
Type Description
PagespeedApiLoadingExperienceV5

OriginLoadingExperience

Metrics of the aggregated page loading experience of the origin

Declaration
public virtual PagespeedApiLoadingExperienceV5 OriginLoadingExperience { get; set; }
Property Value
Type Description
PagespeedApiLoadingExperienceV5

Version

The version of PageSpeed used to generate these results.

Declaration
public virtual PagespeedApiPagespeedResponseV5.VersionData Version { get; set; }
Property Value
Type Description
PagespeedApiPagespeedResponseV5.VersionData

Implements

IDirectResponseSchema
Back to top