Sha256: 876141e52538c7c46d526fa42c535f577caf52c208078c2ae617bdbf9cbba46d
Contents?: true
Size: 527 Bytes
Versions: 7
Compression:
Stored size: 527 Bytes
Contents
# KlaviyoAPI::NoEmailMarketingConsent ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **channel** | [**EmailEnum**](EmailEnum.md) | | | | **can_receive_marketing** | **Boolean** | | | | **consent_status** | [**NoEmailMarketingConsentConsentStatus**](NoEmailMarketingConsentConsentStatus.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::NoEmailMarketingConsent.new( channel: null, can_receive_marketing: null, consent_status: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems