Sha256: 7bbb14e85c81f0dfb791d7a227f98c96cd642ef62a206e2a60671cb99c23ffeb
Contents?: true
Size: 671 Bytes
Versions: 1
Compression:
Stored size: 671 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/4408802648731) for more details. | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::TemplateRenderQueryResourceObjectAttributes.new( id: null, context: {"first_name":"Jane","last_name":"Smith"} ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
klaviyo-api-sdk-4.1.0 | docs/TemplateRenderQueryResourceObjectAttributes.md |