| Name | Type | Description | Notes |
|---|---|---|---|
| id | UUID | Identifies the resource. | [optional] [readonly] |
| recordType | String | [optional] [readonly] | |
| createdAt | String | ISO 8601 formatted date-time indicating when the resource was created. | [optional] [readonly] |
| updatedAt | String | ISO 8601 formatted date-time indicating when the resource was updated. | [optional] [readonly] |
| startTime | String | ISO 8601 formatted date-time indicating the start time. | [optional] |
| endTime | String | ISO 8601 formatted date-time indicating the end time. | [optional] |
| status | StatusEnum | Indicates the status of the report, which is updated asynchronously. | [optional] |
| reportUrl | String | The URL where the report content, when generated, will be published to. | [optional] |
| Name | Value |
|---|---|
| PENDING | "pending" |
| COMPLETE | "complete" |
| FAILED | "failed" |
| DELETED | "deleted" |