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