Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 479 Bytes

GetIpFromSender.md

File metadata and controls

24 lines (18 loc) · 479 Bytes

Brevo::GetIpFromSender

Properties

Name Type Description Notes
id Integer ID of the dedicated IP
ip String Dedicated IP
domain String Domain associated to the IP
weight Integer Weight of the IP

Example

require 'brevo'

instance = Brevo::GetIpFromSender.new(
  id: 3,
  ip: 123.65.8.22,
  domain: mailing.myshop.dom,
  weight: 75
)