Name | Type | Description | Notes |
---|---|---|---|
count | Integer | Count of transactional email templates | [optional] |
templates | Array<GetSmtpTemplateOverview> | [optional] |
require 'brevo'
instance = Brevo::GetSmtpTemplates.new(
count: 1,
templates: null
)
Name | Type | Description | Notes |
---|---|---|---|
count | Integer | Count of transactional email templates | [optional] |
templates | Array<GetSmtpTemplateOverview> | [optional] |
require 'brevo'
instance = Brevo::GetSmtpTemplates.new(
count: 1,
templates: null
)