chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.performance / EnableRequest

EnableRequest

data class EnableRequest

Request object containing input parameters for the PerformanceDomain.enable command.

Constructors

<init>

Request object containing input parameters for the PerformanceDomain.enable command.

EnableRequest(timeDomain: String? = null)

Properties

timeDomain

Time domain to use for collecting and reporting duration metrics.

val timeDomain: String?