ObservatoryScheduledTestTestDesktopReport

data class ObservatoryScheduledTestTestDesktopReport(val cls: Double? = null, val deviceType: String? = null, val error: ObservatoryScheduledTestTestDesktopReportError? = null, val fcp: Double? = null, val jsonReportUrl: String? = null, val lcp: Double? = null, val performanceScore: Double? = null, val si: Double? = null, val state: String? = null, val tbt: Double? = null, val ttfb: Double? = null, val tti: Double? = null)

Constructors

constructor(cls: Double? = null, deviceType: String? = null, error: ObservatoryScheduledTestTestDesktopReportError? = null, fcp: Double? = null, jsonReportUrl: String? = null, lcp: Double? = null, performanceScore: Double? = null, si: Double? = null, state: String? = null, tbt: Double? = null, ttfb: Double? = null, tti: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cls: Double? = null

Cumulative Layout Shift.

Link copied to clipboard
val deviceType: String? = null

The type of device. Available values: "DESKTOP", "MOBILE".

Link copied to clipboard
Link copied to clipboard
val fcp: Double? = null

First Contentful Paint.

Link copied to clipboard
val jsonReportUrl: String? = null

The URL to the full Lighthouse JSON report.

Link copied to clipboard
val lcp: Double? = null

Largest Contentful Paint.

Link copied to clipboard

The Lighthouse performance score.

Link copied to clipboard
val si: Double? = null

Speed Index.

Link copied to clipboard
val state: String? = null

The state of the Lighthouse report. Available values: "RUNNING", "COMPLETE", "FAILED".

Link copied to clipboard
val tbt: Double? = null

Total Blocking Time.

Link copied to clipboard
val ttfb: Double? = null

Time To First Byte.

Link copied to clipboard
val tti: Double? = null

Time To Interactive.