GetHistogramRequest

@Serializable
data class GetHistogramRequest(val name: String, val delta: Boolean? = null)

Request object containing input parameters for the BrowserDomain.getHistogram command.

Constructors

Link copied to clipboard
constructor(name: String, delta: Boolean? = null)

Types

Link copied to clipboard
class Builder(val name: String)

A builder for GetHistogramRequest, which allows setting the optional parameters of the BrowserDomain.getHistogram command via a lambda.

Properties

Link copied to clipboard
val delta: Boolean? = null

If true, retrieve delta since last delta call.

Link copied to clipboard

Requested histogram name.