DataExportResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the export request. | [default to null] |
| status | String | Current status of the export request (pending, processing, completed, failed). | [default to null] |
| export_file_url | String | URL to download the exported data file once completed. | [optional] [default to null] |
| completed_at | Date | Timestamp when the export was completed. | [optional] [default to null] |
| expires_at | Date | Timestamp when the export file will expire. | [optional] [default to null] |
| created_at | Date | Timestamp when the export request was created. | [default to null] |