Sha256: 574173b294ed7357eb9dfcd853a06510220eca590489f71b1a71106387e9c2d0
Contents?: true
Size: 511 Bytes
Versions: 11
Compression:
Stored size: 511 Bytes
Contents
# KlaviyoAPI::CampaignRecipientEstimationJobCreateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**CampaignRecipientEstimationJobEnum**](CampaignRecipientEstimationJobEnum.md) | | | | **id** | **String** | The ID of the campaign to perform recipient estimation | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::CampaignRecipientEstimationJobCreateQueryResourceObject.new( type: null, id: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems