Name | Type | Description | Notes |
---|---|---|---|
id | Integer | ID of the dedicated IP | |
ip | String | Dedicated IP | |
active | Boolean | Status of the IP (true=active, false=inactive) | |
domain | String | Domain associated to the IP |
require 'brevo'
instance = Brevo::GetIp.new(
id: 3,
ip: 123.65.8.22,
active: true,
domain: mailing.myshop.com
)