docs/TemplateRenderQueryResourceObjectAttributes.md in klaviyo-api-sdk-4.1.0 vs docs/TemplateRenderQueryResourceObjectAttributes.md in klaviyo-api-sdk-4.2.0
- old
+ new
@@ -2,19 +2,17 @@
## 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/4408802648731) for more details. | |
## Example
```ruby
require 'klaviyo-api-sdk'
instance = KlaviyoAPI::TemplateRenderQueryResourceObjectAttributes.new(
- id: null,
context: {"first_name":"Jane","last_name":"Smith"}
)
```