Sha256: ad4dfcf3cc0ac021f16fadf383d8141bda68668bca759f078873ebe0315970e4

Contents?: true

Size: 911 Bytes

Versions: 1

Compression:

Stored size: 911 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] |
| **return_fields** | **Array<String>** | Provide fields to limit the returned data | [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,
  return_fields: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
klaviyo-api-sdk-2.0.0 docs/TemplateCreateQueryResourceObjectAttributes.md