/** * Klaviyo API * The Klaviyo REST API. Please visit https://developers.klaviyo.com for more details. * * Contact: developers@klaviyo.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { RequestFile } from './models'; export class TemplateRenderQueryResourceObjectAttributes { /** * 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. */ 'context': object; static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [ { "name": "context", "baseName": "context", "type": "object" } ]; static getAttributeTypeMap() { return TemplateRenderQueryResourceObjectAttributes.attributeTypeMap; } }