# KlaviyoAPI::CampaignMessagePartialUpdateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **label** | **String** | The label or name on the message | [optional] | | **content** | [**ContentSubObject**](ContentSubObject.md) | | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::CampaignMessagePartialUpdateQueryResourceObjectAttributes.new( label: My message name, content: null ) ```