Sha256: 0fab474217177c412e876c4f1c5a4f3b8dc426bcd3e1a31fb60409e7ca75c674
Contents?: true
Size: 771 Bytes
Versions: 1
Compression:
Stored size: 771 Bytes
Contents
# KlaviyoAPI::MarketingSubscriptionParameters ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **consent** | **String** | The Consent status to subscribe to for the \"Marketing\" type. Currently supports \"SUBSCRIBED\". | | | **consented_at** | **Time** | The timestamp of when the profile's consent was gathered. This should only be used when syncing over historical consent info to Klaviyo; if not included, the current time will be used. This field is only supported for single opt-in and will be ignored for double opt-in. | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::MarketingSubscriptionParameters.new( consent: SUBSCRIBED, consented_at: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
klaviyo-api-sdk-7.1.0 | docs/MarketingSubscriptionParameters.md |