docs/ExportsListResponseBody.md in voucherify-5.0.0 vs docs/ExportsListResponseBody.md in voucherify-6.0.0

- old
+ new

@@ -2,10 +2,10 @@ ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | -| **object** | **String** | The type of object represented by JSON. This object stores information about exports. | [default to 'list'] | -| **data_ref** | **String** | Identifies the name of the attribute that contains the array of exports. | [default to 'exports'] | -| **exports** | [**Array<Export>**](Export.md) | An array of export objects. | | -| **total** | **Integer** | Total number of exports. | | +| **object** | **String** | The type of the object represented by JSON. This object stores information about exports. | [optional][default to 'list'] | +| **data_ref** | **String** | Identifies the name of the attribute that contains the array of exports. | [optional][default to 'exports'] | +| **exports** | [**Array<Export>**](Export.md) | An array of export objects. | [optional] | +| **total** | **Integer** | Total number of exports. | [optional] |