# KlaviyoAPI::TemplateRenderQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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( context: {"first_name":"Jane","last_name":"Smith"} ) ```