Name | Type | Description | Notes |
---|---|---|---|
emails | Array<String> | Required if 'all' is false and 'ids' is empty. Emails to remove from a list. You can pass a maximum of 150 emails for removal in one request. | [optional] |
require 'brevo'
instance = Brevo::RemoveContactFromListByEmails.new(
emails: null
)