Show / Hide Table of Contents

Class LighthouseCategoryV5

A Lighthouse category.

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

Properties

AuditRefs

An array of references to all the audit members of this category.

Declaration
[JsonProperty("auditRefs")]
public virtual IList<AuditRefs> AuditRefs { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<AuditRefs>

Description

A more detailed description of the category and its importance.

Declaration
[JsonProperty("description")]
public virtual string Description { 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

The string identifier of the category.

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

ManualDescription

A description for the manual audits in the category.

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

Score

The overall score of the category, the weighted average of all its audits. (The category's score, can be null.)

Declaration
[JsonProperty("score")]
public virtual object Score { get; set; }
Property Value
Type Description
System.Object

Title

The human-friendly name of the category.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top