RunBookDraftParameter

data class RunBookDraftParameter(val defaultValue: String? = null, val key: String, val mandatory: Boolean? = null, val position: Int? = null, val type: String)

Constructors

Link copied to clipboard
constructor(defaultValue: String? = null, key: String, mandatory: Boolean? = null, position: Int? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val defaultValue: String? = null

Specifies the default value of the parameter.

Link copied to clipboard
val key: String

The name of the parameter.

Link copied to clipboard
val mandatory: Boolean? = null

Whether this parameter is mandatory.

Link copied to clipboard
val position: Int? = null

Specifies the position of the parameter.

Link copied to clipboard

Specifies the type of this parameter.