docs/TemplateCloneQueryResourceObjectAttributes.md in klaviyo-api-sdk-4.1.0 vs docs/TemplateCloneQueryResourceObjectAttributes.md in klaviyo-api-sdk-4.2.0

- old
+ new

@@ -2,19 +2,17 @@ ## 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 ) ```