docs/ExportsGetResponseBody.md in voucherify-5.0.0 vs docs/ExportsGetResponseBody.md in voucherify-6.0.0
- old
+ new
@@ -2,15 +2,15 @@
## Properties
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
-| **id** | **String** | Unique export ID. | |
-| **object** | **String** | The type of object being represented. This object stores information about the export. | [default to 'export'] |
-| **created_at** | **Time** | Timestamp representing the date and time when the export was scheduled in ISO 8601 format. | |
-| **status** | **String** | Status of the export. Informs you whether the export has already been completed, i.e. indicates whether the file containing the exported data has been generated. | |
+| **id** | **String** | Unique export ID. | [optional] |
+| **object** | **String** | The type of object being represented. This object stores information about the export. | [optional][default to 'export'] |
+| **created_at** | **Time** | Timestamp representing the date and time when the export was scheduled in ISO 8601 format. | [optional] |
+| **status** | **String** | Status of the export. Informs you whether the export has already been completed, i.e. indicates whether the file containing the exported data has been generated. | [optional] |
| **channel** | **String** | The channel through which the export was triggered. | [optional] |
-| **result** | [**ExportBaseResult**](ExportBaseResult.md) | | |
-| **user_id** | **String** | Identifies the specific user who initiated the export through the Voucherify Dashboard; returned when the channel value is WEBSITE. | |
-| **exported_object** | **String** | The type of object to be exported. | [default to 'voucher_transactions'] |
-| **parameters** | [**LoyaltiesMembersTransactionsExportCreateRequestBodyParameters**](LoyaltiesMembersTransactionsExportCreateRequestBodyParameters.md) | | [optional] |
+| **result** | [**ExportsGetResponseBodyResult**](ExportsGetResponseBodyResult.md) | | [optional] |
+| **user_id** | **String** | Identifies the specific user who initiated the export through the Voucherify Dashboard; returned when the channel value is WEBSITE. | [optional] |
+| **exported_object** | **String** | | [optional] |
+| **parameters** | [**ExportsGetResponseBodyParameters**](ExportsGetResponseBodyParameters.md) | | [optional] |