Show / Hide Table of Contents

Class Categories

The categories in a Lighthouse run.

Inheritance
System.Object
Categories
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 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
System.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.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top