# KlaviyoAPI::TemplateUpdateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**TemplateEnum**](TemplateEnum.md) | | | | **id** | **String** | The ID of template | | | **attributes** | [**TemplateUpdateQueryResourceObjectAttributes**](TemplateUpdateQueryResourceObjectAttributes.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::TemplateUpdateQueryResourceObject.new( type: null, id: null, attributes: null ) ```