Sha256: 0be5e2fa645e20c74a7b44c587f959df21dc128cc15952832449eeda38fac68f
Contents?: true
Size: 1.31 KB
Versions: 1
Compression:
Stored size: 1.31 KB
Contents
# BrevoRuby::GetSmtpTemplateOverview ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | ID of the template | **name** | **String** | Name of the template | **subject** | **String** | Subject of the template | **is_active** | **BOOLEAN** | Status of template (true=active, false=inactive) | **test_sent** | **BOOLEAN** | Status of test sending for the template (true=test email has been sent, false=test email has not been sent) | **sender** | [**GetSmtpTemplateOverviewSender**](GetSmtpTemplateOverviewSender.md) | | **reply_to** | **String** | Email defined as the \"Reply to\" for the template | **to_field** | **String** | Customisation of the \"to\" field for the template | **tag** | **String** | Tag of the template | **html_content** | **String** | HTML content of the template | **created_at** | **String** | Creation UTC date-time of the template (YYYY-MM-DDTHH:mm:ss.SSSZ) | **modified_at** | **String** | Last modification UTC date-time of the template (YYYY-MM-DDTHH:mm:ss.SSSZ) | **doi_template** | **BOOLEAN** | It is true if template is a valid Double opt-in (DOI) template, otherwise it is false. This field will be available only in case of single template detail call. | [optional]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brevo-ruby-1.0.0 | docs/GetSmtpTemplateOverview.md |