Sha256: 5aaee86792e59e497e1f63a46240915307985ea65da2f4ef2754d05d927fa801
Contents?: true
Size: 838 Bytes
Versions: 1
Compression:
Stored size: 838 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] | | **return_fields** | **Array<String>** | Provide fields to limit the returned data | [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, return_fields: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
klaviyo-api-sdk-2.0.0 | docs/TemplateUpdateQueryResourceObjectAttributes.md |