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