# KlaviyoAPI::CampaignSendJobPartialUpdateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **action** | **String** | The action you would like to take with this send job from among 'cancel' and 'revert' | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::CampaignSendJobPartialUpdateQueryResourceObjectAttributes.new( action: cancel ) ```