Sha256: ec9d99ba0990fafe5afe52b70c6f616a97e41b7c35730ee4b08517d5df13a96b
Contents?: true
Size: 858 Bytes
Versions: 1
Compression:
Stored size: 858 Bytes
Contents
# KlaviyoAPI::TemplateRenderQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The ID of template | | | **context** | **Object** | The context for the template render. This must be a JSON object which has values for any tags used in the template. See [this doc](https://help.klaviyo.com/hc/en-us/articles/115005084927-Template-tags-and-variable-syntax-reference-classic-editor-) for more details. | | | **return_fields** | **Array<String>** | Provide fields to limit the returned data | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::TemplateRenderQueryResourceObjectAttributes.new( id: null, context: {"first_name":"Jane","last_name":"Smith"}, return_fields: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
klaviyo-api-sdk-2.0.0 | docs/TemplateRenderQueryResourceObjectAttributes.md |