Sha256: 7d8649e3f85716bebbcaeb6369e017659d7d1b210829953e8973c98beeb9e304

Contents?: true

Size: 642 Bytes

Versions: 1

Compression:

Stored size: 642 Bytes

Contents

# KlaviyoAPI::EmailMarketingListSuppression

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **list_id** | **String** | The ID of list to which the suppression applies. |  |
| **reason** | **String** | The reason the profile was suppressed from the list. |  |
| **timestamp** | **Time** | The timestamp when the profile was suppressed from the list, in ISO 8601 format (YYYY-MM-DDTHH:MM:SS.mmmmmm). |  |

## Example

```ruby
require 'klaviyo-api-sdk'

instance = KlaviyoAPI::EmailMarketingListSuppression.new(
  list_id: Y6nRLr,
  reason: USER_SUPPRESSED,
  timestamp: 2023-02-21T20:07:38Z
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
klaviyo-api-sdk-2.0.0 docs/EmailMarketingListSuppression.md