Class LighthouseResultV5.CategoriesData
Map of categories in the LHR.
Inheritance
System.Object
LighthouseResultV5.CategoriesData
Namespace: Google.Apis.Pagespeedonline.v5.Data
Assembly: Google.Apis.Pagespeedonline.v5.dll
Syntax
public class CategoriesData : object
Properties
Accessibility
The accessibility category, containing all accessibility related audits.
Declaration
public virtual LighthouseCategoryV5 Accessibility { get; set; }
Property Value
| Type | Description |
|---|---|
| LighthouseCategoryV5 |
BestPractices
The best practices category, containing all web best practice related audits.
Declaration
public virtual LighthouseCategoryV5 BestPractices { get; set; }
Property Value
| Type | Description |
|---|---|
| LighthouseCategoryV5 |
Performance
The performance category, containing all performance related audits.
Declaration
public virtual LighthouseCategoryV5 Performance { get; set; }
Property Value
| Type | Description |
|---|---|
| LighthouseCategoryV5 |
Pwa
The Progressive-Web-App (PWA) category, containing all pwa related audits.
Declaration
public virtual LighthouseCategoryV5 Pwa { get; set; }
Property Value
| Type | Description |
|---|---|
| LighthouseCategoryV5 |
Seo
The Search-Engine-Optimization (SEO) category, containing all seo related audits.
Declaration
public virtual LighthouseCategoryV5 Seo { get; set; }
Property Value
| Type | Description |
|---|---|
| LighthouseCategoryV5 |