# 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 ) ```