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