CommandParameterArgs

data class CommandParameterArgs(val defaultValue: Output<CommandParameterValueArgs>? = null, val description: Output<String>? = null, val name: Output<String>, val value: Output<CommandParameterValueArgs>? = null) : ConvertibleToJava<CommandParameterArgs>

Constructors

Link copied to clipboard
constructor(defaultValue: Output<CommandParameterValueArgs>? = null, description: Output<String>? = null, name: Output<String>, value: Output<CommandParameterValueArgs>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val name: Output<String>
Link copied to clipboard
val value: Output<CommandParameterValueArgs>? = null

Functions

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