Sha256: bc63d843ae078f8a03cdab4a94fa2f6dc298c387f635b61fe352582305838c59
Contents?: true
Size: 553 Bytes
Versions: 8
Compression:
Stored size: 553 Bytes
Contents
# KlaviyoAPI::ProfileSubscriptionDeleteQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **email** | **String** | The email address to unsubscribe. | [optional] | | **phone_number** | **String** | The phone number to unsubscribe. This must be in E.164 format. | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ProfileSubscriptionDeleteQueryResourceObjectAttributes.new( email: matt-kemp@klaviyo-demo.com, phone_number: +15005550006 ) ```
Version data entries
8 entries across 8 versions & 1 rubygems