# KlaviyoAPI::MarketingSubscriptionParameters ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **consent** | **String** | The Consent status to subscribe to for the \"Marketing\" type. Currently supports \"SUBSCRIBED\". | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::MarketingSubscriptionParameters.new( consent: SUBSCRIBED ) ```