| concurrencyKey | String | Key used to serialize concurrent executions | [optional] |
| idempotent | Boolean | | [optional] |
| mode | Integer | Execution mode (0..3) | |
| priority | Integer | Execution priority (0..3) | [optional] |
| arrayMode | String | Array Mode configuration parameter | [optional] |
| batchSize | Integer | Batch size (module-specific default) | [optional] |
| batchMode | Boolean | | [optional] |
| batchQueries | List<ArrayStringItem> | | [optional] |
| classificationMode | String | Classification algorithm to use (e.g., 'lstm', 'cnn') | [optional] |
| limitValue | BigDecimal | | [optional] |
| lookbackPeriod | Integer | Lookback window for sequences (default 30) | [optional] |
| priceLimitUsd | String | Price limit in USD | [optional] |
| threadPoolSize | Integer | Number of threads for parallel execution | [optional] |
| threadTs | String | Parent message timestamp for threading replies | [optional] |
| timeoutMs | Integer | Request timeout in milliseconds | [optional] |
| windowSize | Integer | Context window size (default 5) | [optional] |
| windowDuration | String | Window duration (e.g., "5m", "1h", "30s") | [optional] |
| windowType | String | \ | [optional] |
| id | UUID | Unique identifier for object in the system | [optional] [readonly] |
| ownerId | UUID | UUID of owner of the object in the system | [optional] [readonly] |
| createdDate | OffsetDateTime | Date of object creation | [optional] [readonly] |
| keyHash | String | Data, including hash of the key(s) used to encrypt this record. | [optional] [readonly] |
| lastAccessedById | UUID | Last user to access object | [optional] [readonly] |
| lastAccessedDate | OffsetDateTime | Timestamp of last access of object | [optional] [readonly] |
| lastModifiedById | UUID | Unique identifier for user who last modifed the object in the system | [optional] [readonly] |
| lastModifiedDate | OffsetDateTime | Date of last object modification | [optional] [readonly] |
| trashed | Boolean | Indicates if the object is trashed (soft deleted) | [optional] |