LiteralJobInput interface
Literal input type.
- Extends
Properties
job |
Polymorphic discriminator, which specifies the different types this object can be |
value | [Required] Literal value for the input. |
Inherited Properties
description | Description for the input. |
Property Details
jobInputType
Polymorphic discriminator, which specifies the different types this object can be
jobInputType: "literal"
Property Value
"literal"
value
[Required] Literal value for the input.
value: string
Property Value
string
Inherited Property Details
description
Description for the input.
description?: string
Property Value
string
Inherited From JobInput.description