Sha256: 21821265460d2a2ad314b627a935a27c40330a97d1b59ce17d89e7279266bffd
Contents?: true
Size: 586 Bytes
Versions: 7
Compression:
Stored size: 586 Bytes
Contents
# KlaviyoAPI::ProfilePredictiveAnalyticsStringFilter ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**StringEnum**](StringEnum.md) | | | | **operator** | [**ProfilePredictiveAnalyticsStringFilterOperator**](ProfilePredictiveAnalyticsStringFilterOperator.md) | | | | **value** | **String** | Values for profile predictive analytics gender conditions. | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ProfilePredictiveAnalyticsStringFilter.new( type: null, operator: null, value: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems