Class PagespeedApiPagespeedResponseV5
The Pagespeed API response object.
Implements
Inherited Members
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 |
---|---|
string |
CaptchaResult
The captcha verify result
Declaration
[JsonProperty("captchaResult")]
public virtual string CaptchaResult { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
string |
Kind
Kind of result.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
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 |