| Name | Type | Description | Notes |
|---|---|---|---|
| exportAttributes | List<String> | List of all the attributes that you want to export. These attributes must be present in your contact database. It is required if exportMandatoryAttributes is set false. For example, ['fname', 'lname', 'email']. | [optional] |
| customContactFilter | RequestContactExportCustomContactFilter | ||
| notifyUrl | String | Webhook that will be called once the export process is finished. For reference, https://help.brevo.com/hc/en-us/articles/360007666479 | [optional] |
| disableNotification | Boolean | To avoid generating the email notification upon contact export, pass true | [optional] |
| exportMandatoryAttributes | Boolean | To export mandatory attributes like EMAIL, ADDED_TIME, MODIFIED_TIME | [optional] |
| exportSubscriptionStatus | List<String> | Export subscription status of contacts for email & sms marketting. Pass email_marketing to obtain the marketing email subscription status & sms_marketing to retrieve the marketing SMS status of the contact. | [optional] |
| exportMetadata | List<String> | Export metadata of contacts such as _listIds, ADDED_TIME, MODIFIED_TIME. | [optional] |
| exportDateInUTC | Boolean | Specifies whether the date fields createdAt, modifiedAt in the exported data should be returned in UTC format. | [optional] |