Class Categories
The categories in a Lighthouse run.
Implements
Inherited Members
Namespace: Google.Apis.PagespeedInsights.v5.Data
Assembly: Google.Apis.PagespeedInsights.v5.dll
Syntax
public class Categories : IDirectResponseSchema
Properties
Accessibility
The accessibility category, containing all accessibility related audits.
Declaration
[JsonProperty("accessibility")]
public virtual LighthouseCategoryV5 Accessibility { get; set; }
Property Value
Type | Description |
---|---|
LighthouseCategoryV5 |
BestPractices
The best practices category, containing all best practices related audits.
Declaration
[JsonProperty("best-practices")]
public virtual LighthouseCategoryV5 BestPractices { get; set; }
Property Value
Type | Description |
---|---|
LighthouseCategoryV5 |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Performance
The performance category, containing all performance related audits.
Declaration
[JsonProperty("performance")]
public virtual LighthouseCategoryV5 Performance { get; set; }
Property Value
Type | Description |
---|---|
LighthouseCategoryV5 |
Pwa
The Progressive-Web-App (PWA) category, containing all pwa related audits. This is deprecated in Lighthouse's 12.0 release.
Declaration
[JsonProperty("pwa")]
public virtual LighthouseCategoryV5 Pwa { get; set; }
Property Value
Type | Description |
---|---|
LighthouseCategoryV5 |
Seo
The Search-Engine-Optimization (SEO) category, containing all seo related audits.
Declaration
[JsonProperty("seo")]
public virtual LighthouseCategoryV5 Seo { get; set; }
Property Value
Type | Description |
---|---|
LighthouseCategoryV5 |