Sha256: 1d3fd2a32c7316f7307345ba6903c4864bdfe47274f135092ebaee23b68c2574
Contents?: true
Size: 810 Bytes
Versions: 12
Compression:
Stored size: 810 Bytes
Contents
# KlaviyoAPI::CampaignMessageCreateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **channel** | **String** | The channel the message is to be sent on (email or sms, for example) | | | **label** | **String** | The label or name on the message | [optional] | | **content** | [**CampaignMessageCreateQueryResourceObjectAttributesContent**](CampaignMessageCreateQueryResourceObjectAttributesContent.md) | | [optional] | | **render_options** | [**RenderOptionsSubObject**](RenderOptionsSubObject.md) | | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::CampaignMessageCreateQueryResourceObjectAttributes.new( channel: email, label: My message name, content: null, render_options: null ) ```
Version data entries
12 entries across 12 versions & 1 rubygems