Show / Hide Table of Contents

Class LighthouseCategoryV5.AuditRefsData

Inheritance
System.Object
LighthouseCategoryV5.AuditRefsData
Namespace: Google.Apis.Pagespeedonline.v5.Data
Assembly: Google.Apis.Pagespeedonline.v5.dll
Syntax
public class AuditRefsData : object

Properties

Group

The category group that the audit belongs to (optional).

Declaration
public virtual string Group { get; set; }
Property Value
Type Description
System.String

Id

The audit ref id.

Declaration
public virtual string Id { get; set; }
Property Value
Type Description
System.String

Weight

The weight this audit's score has on the overall category score.

Declaration
public virtual Nullable<double> Weight { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
Back to top