# KlaviyoAPI::TemplateCloneQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The ID of template to be cloned | | | **name** | **String** | The name of the template | [optional] | | **return_fields** | **Array<String>** | Any subset of TemplateResponse fields | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::TemplateCloneQueryResourceObjectAttributes.new( id: null, name: Clone of Monthly Newsletter Template, return_fields: null ) ```