ObservatoryScheduledTestTest

data class ObservatoryScheduledTestTest(val date: String? = null, val desktopReport: ObservatoryScheduledTestTestDesktopReport? = null, val id: String? = null, val mobileReport: ObservatoryScheduledTestTestMobileReport? = null, val region: ObservatoryScheduledTestTestRegion? = null, val scheduleFrequency: String? = null, val url: String? = null)

Constructors

Link copied to clipboard
constructor(date: String? = null, desktopReport: ObservatoryScheduledTestTestDesktopReport? = null, id: String? = null, mobileReport: ObservatoryScheduledTestTestMobileReport? = null, region: ObservatoryScheduledTestTestRegion? = null, scheduleFrequency: String? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val date: String? = null
Link copied to clipboard

The Lighthouse report.

Link copied to clipboard
val id: String? = null

UUID

Link copied to clipboard

The Lighthouse report.

Link copied to clipboard

A test region with a label.

Link copied to clipboard

The frequency of the test. Available values: "DAILY", "WEEKLY".

Link copied to clipboard
val url: String? = null

A URL.