LiteralJobInputResponse

data class LiteralJobInputResponse(val description: String? = null, val jobInputType: String, val value: String)

Literal input type.

Constructors

Link copied to clipboard
constructor(description: String? = null, jobInputType: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description for the input.

Link copied to clipboard

Enum to determine the Job Input Type. Expected value is 'literal'.

Link copied to clipboard

Required Literal value for the input.