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