# KlaviyoAPI::CampaignSendJobPartialUpdateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**CampaignSendJobEnum**](CampaignSendJobEnum.md) | | | | **id** | **String** | The ID of the currently sending campaign to cancel or revert | | | **attributes** | [**CampaignSendJobPartialUpdateQueryResourceObjectAttributes**](CampaignSendJobPartialUpdateQueryResourceObjectAttributes.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::CampaignSendJobPartialUpdateQueryResourceObject.new( type: null, id: null, attributes: null ) ```