# 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 ) ```