# KlaviyoAPI::NoPushMarketingConsent ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **channel** | [**PushEnum**](PushEnum.md) | | | | **can_receive_marketing** | **Boolean** | | | | **consent_status** | [**NoPushMarketing**](NoPushMarketing.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::NoPushMarketingConsent.new( channel: null, can_receive_marketing: null, consent_status: null ) ```