EnabledBaselineParameterArgs

data class EnabledBaselineParameterArgs(val key: Output<String>? = null, val value: Output<Any>? = null) : ConvertibleToJava<EnabledBaselineParameterArgs>

Constructors

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

Properties

Link copied to clipboard
val key: Output<String>? = null

A string denoting the parameter key.

Link copied to clipboard
val value: Output<Any>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): EnabledBaselineParameterArgs