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

15 lines
753 B
Markdown
Raw Normal View History

2024-09-04 18:30:33 +02:00
# GetSendersListSenders
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | Id of the sender |
**name** | **string** | From Name associated to the sender |
**email** | **string** | From Email associated to the sender |
**active** | **bool** | Status of sender (true=activated, false=deactivated) |
**ips** | [**\Brevo\Client\Model\GetSendersListIps[]**](GetSendersListIps.md) | List of dedicated IP(s) available in the account. This data is displayed only for dedicated IPs | [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)