GetHistogramsResponse

@Serializable
data class GetHistogramsResponse(val histograms: List<Histogram>)(source)

Response type for the BrowserDomain.getHistograms command.

Constructors

Link copied to clipboard
constructor(histograms: List<Histogram>)

Properties

Link copied to clipboard

Histograms.