Sha256: 57d194fe25ea2292f4a7b0d7a8588f83f5b249090f4acd3696004b0b77067063
Contents?: true
Size: 703 Bytes
Versions: 12
Compression:
Stored size: 703 Bytes
Contents
# KlaviyoAPI::CampaignMessagePartialUpdateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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::CampaignMessagePartialUpdateQueryResourceObjectAttributes.new( label: My message name, content: null, render_options: null ) ```
Version data entries
12 entries across 12 versions & 1 rubygems