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