Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 702 Bytes

File metadata and controls

24 lines (18 loc) · 702 Bytes

FastCommentsClient::EmailTemplateDefinition

Properties

Name Type Description Notes
email_template_id String
default_test_data Hash<String, Object> Construct a type with a set of properties K of type T
default_translations_by_locale Hash<String, Hash> Construct a type with a set of properties K of type T
default_ejs String

Example

require 'fastcomments-client'

instance = FastCommentsClient::EmailTemplateDefinition.new(
  email_template_id: null,
  default_test_data: null,
  default_translations_by_locale: null,
  default_ejs: null
)