Show / Hide Table of Contents

Class LighthouseResultV5.TimingData

Timing information for this LHR.

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

Properties

Total

The total duration of Lighthouse's run.

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