Sha256: b265fe02c897adc1afd468ea3f1f4e7f74a8436cd19360773ec93bf5cac8fe46
Contents?: true
Size: 583 Bytes
Versions: 1
Compression:
Stored size: 583 Bytes
Contents
# 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 ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
klaviyo-api-sdk-2.0.0 | docs/TemplateCloneQueryResourceObjectAttributes.md |