Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 260 Bytes

CreateDomain.md

File metadata and controls

18 lines (12 loc) · 260 Bytes

Brevo::CreateDomain

Properties

Name Type Description Notes
name String Domain name

Example

require 'brevo'

instance = Brevo::CreateDomain.new(
  name: mycompany.com
)