The state of the batch event request.
| Name | Type | Description | Notes |
|---|---|---|---|
| Status | string | The status of the batch response. Should always be COMPLETED if processed. | |
| Results | List<TimelineEventResponse> | Successfully created events. | |
| RequestedAt | DateTimeOffset | The time the request occurred. | [optional] |
| StartedAt | DateTimeOffset | The time the request began processing. | |
| CompletedAt | DateTimeOffset | The time the request was completed. | |
| Links | Dictionary<string, string> | [optional] |