Sha256: c50cc70e79c8b8b0b27acb974a90ecbb6abbf4aa41772ed259209183d3e3bd57
Contents?: true
Size: 486 Bytes
Versions: 7
Compression:
Stored size: 486 Bytes
Contents
# KlaviyoAPI::ProfileMarketingConsentCondition ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**ProfileMarketingConsentEnum**](ProfileMarketingConsentEnum.md) | | | | **consent** | [**ProfileMarketingConsentConditionConsent**](ProfileMarketingConsentConditionConsent.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ProfileMarketingConsentCondition.new( type: null, consent: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems