CustomTargetLagsResponse

data class CustomTargetLagsResponse(val mode: String, val values: List<Int>)

Constructors

Link copied to clipboard
constructor(mode: String, values: List<Int>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Target lags selection modes. Expected value is 'Custom'.

Link copied to clipboard

Required Set target lags values.