Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 501 Bytes

GetIp.md

File metadata and controls

24 lines (18 loc) · 501 Bytes

Brevo::GetIp

Properties

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

Example

require 'brevo'

instance = Brevo::GetIp.new(
  id: 3,
  ip: 123.65.8.22,
  active: true,
  domain: mailing.myshop.com
)