Notebook Parameter Args
data class NotebookParameterArgs(val type: Output<Either<String, NotebookParameterType>>? = null, val value: Output<Any>? = null) : ConvertibleToJava<NotebookParameterArgs>
Notebook parameter.
Constructors
Link copied to clipboard
constructor(type: Output<Either<String, NotebookParameterType>>? = null, value: Output<Any>? = null)