DMAAutomationScript
| Item | Format | Description |
|---|---|---|
| Name | String | The name of the Automation script. |
| Folder | String | The folder containing the Automation script. |
| Description | String | The description of the Automation script. |
| Settings.RequireInteractive | Boolean | Determines whether the script will require interaction from the user. |
| Settings.HasFindInteractiveClient | Boolean | Determines if a pop-up window will be displayed asking clients to attach to the script. |
| Parameters | Array of DMAAutomationScriptParameter | See DMAAutomationScriptParameter. |
| Dummies | Array of DMAAutomationScriptDummy | See DMAAutomationScriptDummy. |
| MemoryFiles | Array of DMAAutomationScriptMemoryFile | See DMAAutomationScriptMemoryFile. |