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

Version Path
klaviyo-api-sdk-12.0.0 docs/ProfilePredictiveAnalyticsStringCondition.md
klaviyo-api-sdk-11.1.0 docs/ProfilePredictiveAnalyticsStringCondition.md
klaviyo-api-sdk-11.0.0 docs/ProfilePredictiveAnalyticsStringCondition.md
klaviyo-api-sdk-10.0.0 docs/ProfilePredictiveAnalyticsStringCondition.md
klaviyo-api-sdk-9.0.0 docs/ProfilePredictiveAnalyticsStringCondition.md
klaviyo-api-sdk-8.0.0 docs/ProfilePredictiveAnalyticsStringCondition.md
klaviyo-api-sdk-7.1.0 docs/ProfilePredictiveAnalyticsStringCondition.md