NotebookParameterArgs

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)

Properties

Link copied to clipboard
val type: Output<Either<String, NotebookParameterType>>? = null

Notebook parameter type.

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

Notebook parameter value. Type: string (or Expression with resultType string).

Functions

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