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

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