Sha256: 14a1d10b0d3cc95cd89b7e0dbaae6f8790a64cd7456887d2ac9180252a5fc35d
Contents?: true
Size: 488 Bytes
Versions: 7
Compression:
Stored size: 488 Bytes
Contents
# KlaviyoAPI::ConstantContactIntegrationFilter ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**StringEnum**](StringEnum.md) | | | | **operator** | [**InEnum**](InEnum.md) | | | | **value** | [**Array<ConstantContactEnum>**](ConstantContactEnum.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ConstantContactIntegrationFilter.new( type: null, operator: null, value: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems