Sha256: 58d263bb5df9296daf8b4e239e1a580a7c66df6171f236bc027a7f532031098b
Contents?: true
Size: 623 Bytes
Versions: 7
Compression:
Stored size: 623 Bytes
Contents
# KlaviyoAPI::ProfilePredictiveAnalyticsStringCondition ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**ProfilePredictiveAnalyticsEnum**](ProfilePredictiveAnalyticsEnum.md) | | | | **dimension** | **String** | Dimension for string profile predictive analytics conditions. | | | **filter** | [**ProfilePredictiveAnalyticsStringFilter**](ProfilePredictiveAnalyticsStringFilter.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ProfilePredictiveAnalyticsStringCondition.new( type: null, dimension: null, filter: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems