ScriptActionTaskDetails interface
This class represents the script action task details.
- Extends
Properties
instance |
Polymorphic discriminator, which specifies the different types this object can be |
is |
A value indicating whether it is a primary side script or not. |
name | The name. |
output | The output. |
path | The path. |
Property Details
instanceType
Polymorphic discriminator, which specifies the different types this object can be
instanceType: "ScriptActionTaskDetails"
Property Value
"ScriptActionTaskDetails"
isPrimarySideScript
A value indicating whether it is a primary side script or not.
isPrimarySideScript?: boolean
Property Value
boolean
name
The name.
name?: string
Property Value
string
output
The output.
output?: string
Property Value
string
path
The path.
path?: string
Property Value
string