Show / Hide Table of Contents

Class PagespeedApiPagespeedResponseV5

The Pagespeed API response object.

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

Properties

AnalysisUTCTimestamp

The UTC timestamp of this analysis.

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

CaptchaResult

The captcha verify result

Declaration
[JsonProperty("captchaResult")]
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
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
System.String

Kind

Kind of result.

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

LighthouseResult

Lighthouse response for the audit url as an object.

Declaration
[JsonProperty("lighthouseResult")]
public virtual LighthouseResultV5 LighthouseResult { get; set; }
Property Value
Type Description
LighthouseResultV5

LoadingExperience

Metrics of end users' page loading experience.

Declaration
[JsonProperty("loadingExperience")]
public virtual PagespeedApiLoadingExperienceV5 LoadingExperience { get; set; }
Property Value
Type Description
PagespeedApiLoadingExperienceV5

OriginLoadingExperience

Metrics of the aggregated page loading experience of the origin

Declaration
[JsonProperty("originLoadingExperience")]
public virtual PagespeedApiLoadingExperienceV5 OriginLoadingExperience { get; set; }
Property Value
Type Description
PagespeedApiLoadingExperienceV5

Version

The version of PageSpeed used to generate these results.

Declaration
[JsonProperty("version")]
public virtual PagespeedVersion Version { get; set; }
Property Value
Type Description
PagespeedVersion

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top