chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.browser / GetHistogramsResponse

GetHistogramsResponse

data class GetHistogramsResponse

Response type for the BrowserDomain.getHistograms command.

Constructors

<init>

Response type for the BrowserDomain.getHistograms command.

GetHistogramsResponse(histograms: List<Histogram>)

Properties

histograms

Histograms.

val histograms: List<Histogram>