Sha256: a1bca730fed8b1dbca560100d459926bb6cc1858c0fd01447bfb99575d11e2b9
Contents?: true
Size: 460 Bytes
Versions: 7
Compression:
Stored size: 460 Bytes
Contents
# KlaviyoAPI::StringArrayOperatorFilter ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**StringEnum**](StringEnum.md) | | | | **operator** | **String** | Operators for string-in-array filters. | | | **value** | **Array<String>** | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::StringArrayOperatorFilter.new( type: null, operator: null, value: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems