Form Model for receiving the analysis request
| Name | Type | Description | Notes |
|---|---|---|---|
| tags | List<String> | Tags associated with the analysis | [optional] |
| commandLineArgs | String | Command line arguments for dynamic execution | [optional] |
| priority | Integer | Priority of the analysis | [optional] |
| essential | Boolean | Only runs essential parts of the analysis, skips tags/sbom/cves etc. | [optional] |
| modelName | String | [optional] | |
| noCache | Boolean | When enabled, skips using cached data within the processing. | [optional] |