Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 395 Bytes

VariablesItems.md

File metadata and controls

22 lines (16 loc) · 395 Bytes

Brevo::VariablesItems

Properties

Name Type Description Notes
name String [optional]
default String [optional]
datatype String [optional]

Example

require 'brevo'

instance = Brevo::VariablesItems.new(
  name: FIRSTNAME,
  default: INVALID_HEADER,
  datatype: text
)