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

GetHistogramResponse

data class GetHistogramResponse

Response type for the BrowserDomain.getHistogram command.

Constructors

<init>

Response type for the BrowserDomain.getHistogram command.

GetHistogramResponse(histogram: Histogram)

Properties

histogram

Histogram.

val histogram: Histogram