TemplateScratchPreferenceParameterArgs

data class TemplateScratchPreferenceParameterArgs(val parameterKey: Output<String>, val parameterValue: Output<String>) : ConvertibleToJava<TemplateScratchPreferenceParameterArgs>

Constructors

Link copied to clipboard
constructor(parameterKey: Output<String>, parameterValue: Output<String>)

Properties

Link copied to clipboard
val parameterKey: Output<String>

Priority parameter key. For more information about values, see supplementary instructions for request parameters.

Link copied to clipboard
val parameterValue: Output<String>

Priority parameter value. For more information about values, see supplementary instructions for request parameters.

Functions

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