NotebookParameterResponse

data class NotebookParameterResponse(val type: String? = null, val value: Any? = null)

Notebook parameter.

Constructors

Link copied to clipboard
constructor(type: String? = null, value: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: String? = null

Notebook parameter type.

Link copied to clipboard
val value: Any? = null

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