# VoucherifySdk::ExportsListResponseBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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] |