Sha256: af7188cfab37968da5ad377d545465affee7d59e1762b7e25e23eacbcb90771e
Contents?: true
Size: 411 Bytes
Versions: 11
Compression:
Stored size: 411 Bytes
Contents
# KlaviyoAPI::TagCampaignOpDataInner ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**CampaignEnum**](CampaignEnum.md) | | | | **id** | **String** | The IDs of the campaigns to link or unlink with the given Tag ID | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::TagCampaignOpDataInner.new( type: null, id: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems