data class GetHistogramsRequest
Request object containing input parameters for the BrowserDomain.getHistograms command.
<init> |
Request object containing input parameters for the BrowserDomain.getHistograms command. GetHistogramsRequest(query: String? = null, delta: Boolean? = null) |
delta |
If true, retrieve delta since last call. val delta: Boolean? |
query |
Requested substring in name. Only histograms which have query as a substring in their name are extracted. An empty or absent query returns all histograms. val query: String? |