Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 320 Bytes

AddChildDomain.md

File metadata and controls

18 lines (12 loc) · 320 Bytes

Brevo::AddChildDomain

Properties

Name Type Description Notes
domain String Sender domain to add for a specific child account [optional]

Example

require 'brevo'

instance = Brevo::AddChildDomain.new(
  domain: mychilddomain.com
)