Sha256: 36f7b2ce52a8055b7895881b221a395290bcef6f3468789cd6447c21fec8f6f0
Contents?: true
Size: 783 Bytes
Versions: 12
Compression:
Stored size: 783 Bytes
Contents
# KlaviyoAPI::TemplateCreateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The name of the template | | | **editor_type** | **String** | Restricted to CODE | | | **html** | **String** | The HTML contents of the template | [optional] | | **text** | **String** | The plaintext version of the template | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::TemplateCreateQueryResourceObjectAttributes.new( name: Monthly Newsletter Template, editor_type: null, html: <html> <body> hello world </body> </html> , text: hello world ) ```
Version data entries
12 entries across 12 versions & 1 rubygems