Show / Hide Table of Contents

Class LighthouseResultV5.CategoryGroupsDataElement

A grouping contained in a category that groups similar audits together.

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

Properties

Description

An optional human readable description of the category group.

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

Title

The title of the category group.

Declaration
public virtual string Title { get; set; }
Property Value
Type Description
System.String
Back to top