nouveau-theatre-de-besancon/vendor/getbrevo/brevo-php/docs/Model/DeleteHardbounces.md

13 lines
780 B
Markdown
Raw Normal View History

2024-09-04 18:30:33 +02:00
# DeleteHardbounces
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**startDate** | **string** | Starting date (YYYY-MM-DD) of the time period for deletion. The hardbounces occurred after this date will be deleted. Must be less than or equal to the endDate | [optional]
**endDate** | **string** | Ending date (YYYY-MM-DD) of the time period for deletion. The hardbounces until this date will be deleted. Must be greater than or equal to the startDate | [optional]
**contactEmail** | **string** | Target a specific email address | [optional]
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)