Represents a single batch search operation
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ID of the batch search | [optional] |
| name | String | Name of the batch report | [optional] |
| createdBy | String | Email of the user who created the batch search | [optional] |
| created | OffsetDateTime | Timestamp when the batch search was created | [optional] |
| lastModified | OffsetDateTime | Timestamp when the batch search was created | [optional] |
| status | StatusEnum | Status of the batch search | [optional] |
| error | ErrorResponse | [optional] |
| Name | Value |
|---|---|
| ACCEPTED | "Accepted" |
| RUNNING | "Running" |
| COMPLETED | "Completed" |
| FAILED | "Failed" |