Sha256: ca5849d18682977dacaa07a17c43829ae759aec56bc3b5b17b73d809154afd91
Contents?: true
Size: 541 Bytes
Versions: 11
Compression:
Stored size: 541 Bytes
Contents
# KlaviyoAPI::TemplateCloneQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**TemplateEnum**](TemplateEnum.md) | | | | **id** | **String** | The ID of template to be cloned | | | **attributes** | [**TemplateCloneQueryResourceObjectAttributes**](TemplateCloneQueryResourceObjectAttributes.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::TemplateCloneQueryResourceObject.new( type: null, id: null, attributes: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems