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