GetHistogramsReturn

@Serializable
data class GetHistogramsReturn(val histograms: List<Browser.Histogram>)

Constructors

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

Properties

Link copied to clipboard