Sha256: 10f669134600974447c2bac616069fa7f745d277971b0fdde2db565ac7bb2f28
Contents?: true
Size: 459 Bytes
Versions: 1
Compression:
Stored size: 459 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] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::TemplateCloneQueryResourceObjectAttributes.new( id: null, name: Clone of Monthly Newsletter Template ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
klaviyo-api-sdk-4.1.0 | docs/TemplateCloneQueryResourceObjectAttributes.md |