Sha256: b6f99465b1ed10b71fbee96efaf37b3ceb9426079d2ef19ce8dd0717a8973a8c
Contents?: true
Size: 644 Bytes
Versions: 13
Compression:
Stored size: 644 Bytes
Contents
# 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 ) ```
Version data entries
13 entries across 13 versions & 1 rubygems