Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 344 Bytes

UpdateChildDomain.md

File metadata and controls

18 lines (12 loc) · 344 Bytes

Brevo::UpdateChildDomain

Properties

Name Type Description Notes
domain String Value for the sender domain that will replace the existing domain [optional]

Example

require 'brevo'

instance = Brevo::UpdateChildDomain.new(
  domain: myupdateddomain.com
)