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