Sha256: f68c6ccb6664e134aafedbcfcbed32dd573c4f532d36a944b03a2acf882bb4d1
Contents?: true
Size: 460 Bytes
Versions: 7
Compression:
Stored size: 460 Bytes
Contents
# KlaviyoAPI::ProfileRegionCondition ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**ProfileRegionEnum**](ProfileRegionEnum.md) | | | | **in_region** | **Boolean** | | | | **region** | **String** | Regions for profile region conditions. | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ProfileRegionCondition.new( type: null, in_region: null, region: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems