Class LighthouseCategoryV5
Inheritance
System.Object
LighthouseCategoryV5
Implements
Namespace: Google.Apis.Pagespeedonline.v5.Data
Assembly: Google.Apis.Pagespeedonline.v5.dll
Syntax
public class LighthouseCategoryV5 : object, IDirectResponseSchema
Properties
AuditRefs
An array of references to all the audit members of this category.
Declaration
public virtual IList<LighthouseCategoryV5.AuditRefsData> AuditRefs { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<LighthouseCategoryV5.AuditRefsData> |
Description
A more detailed description of the category and its importance.
Declaration
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
public virtual string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ManualDescription
A description for the manual audits in the category.
Declaration
public virtual string ManualDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Score
Declaration
public virtual object Score { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
Title
The human-friendly name of the category.
Declaration
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |