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