FastCommentsClient::UpdateEmailTemplateBody Properties Name Type Description Notes email_template_id String [optional] display_name String [optional] ejs String [optional] domain String [optional] translation_overrides_by_locale Hash<String, Hash> Construct a type with a set of properties K of type T [optional] test_data Hash<String, Object> Construct a type with a set of properties K of type T [optional] Example require 'fastcomments-client' instance = FastCommentsClient::UpdateEmailTemplateBody.new( email_template_id: null, display_name: null, ejs: null, domain: null, translation_overrides_by_locale: null, test_data: null )