EnabledBaselineParameter

data class EnabledBaselineParameter(val key: String? = null, val value: Any? = null)

Constructors

Link copied to clipboard
constructor(key: String? = null, value: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

A string denoting the parameter key.

Link copied to clipboard
val value: Any? = null

A low-level Document object of any type (for example, a Java Object).