Show / Hide Table of Contents

Class LighthouseResultV5.StackPacksData

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

Properties

Descriptions

The stack pack advice strings.

Declaration
public virtual IDictionary<string, string> Descriptions { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.String>

IconDataURL

The stack pack icon data uri.

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

Id

The stack pack id.

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

Title

The stack pack title.

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