Sha256: 20c0dc05b84d4afe5a0309e66f3928e46168914536919a17ed8367d7ffc9e4e0
Contents?: true
Size: 488 Bytes
Versions: 7
Compression:
Stored size: 488 Bytes
Contents
# KlaviyoAPI::ProfilePropertyCondition ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**ProfilePropertyEnum**](ProfilePropertyEnum.md) | | | | **property** | **String** | | | | **filter** | [**ProfilePropertyConditionFilter**](ProfilePropertyConditionFilter.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ProfilePropertyCondition.new( type: null, property: null, filter: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems