Sha256: 340e51dbb64d79d539d6dfd33e2a0d55475ae6342e35ab06887b1661a1cbbd83
Contents?: true
Size: 481 Bytes
Versions: 7
Compression:
Stored size: 481 Bytes
Contents
# 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 ) ```
Version data entries
7 entries across 7 versions & 1 rubygems