ScriptVersionIdentity object
Example JSON representation
{
"script": {
"id": 1,
"name": "string"
},
"variables": [
{
"name": "string",
"value": "string"
}
],
"version": "string"
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
script ScriptIdentity object |
optional |
|||
variables Array of ScriptVariableValue objects |
optional |
The list of redefined script variables for the current script. |
||
version string |
optional |
The Script version number. null is interpreted as the latest Version. |