Show / Hide Table of Contents

Class LighthouseCategoryV5

A Lighthouse category.

Inheritance
object
LighthouseCategoryV5
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

The string identifier of the category.

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

ManualDescription

A description for the manual audits in the category.

Declaration
[JsonProperty("manualDescription")]
public virtual string ManualDescription { get; set; }
Property Value
Type Description
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
object

Title

The human-friendly name of the category.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX