EnableRequest

@Serializable
data class EnableRequest(val timeDomain: TimeDomain? = null)

Request object containing input parameters for the PerformanceDomain.enable command.

Constructors

Link copied to clipboard
constructor(timeDomain: TimeDomain? = null)

Types

Link copied to clipboard
class Builder

A builder for EnableRequest, which allows setting the optional parameters of the PerformanceDomain.enable command via a lambda.

Properties

Link copied to clipboard
val timeDomain: TimeDomain? = null

Time domain to use for collecting and reporting duration metrics.