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