Sha256: 503ee4ee50a5d12d11f2dc1e104c4a66a7bab8b24b68e1c4d74e883a8c0b05a0

Contents?: true

Size: 481 Bytes

Versions: 7

Compression:

Stored size: 481 Bytes

Contents

# KlaviyoAPI::HasSMSMarketingSubscribed

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **subscription** | [**SubscribedEnum**](SubscribedEnum.md) |  |  |
| **filters** | [**Array<HasSMSMarketingSubscribedFiltersInner>**](HasSMSMarketingSubscribedFiltersInner.md) |  | [optional] |

## Example

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

instance = KlaviyoAPI::HasSMSMarketingSubscribed.new(
  subscription: null,
  filters: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
klaviyo-api-sdk-12.0.0 docs/HasSMSMarketingSubscribed.md
klaviyo-api-sdk-11.1.0 docs/HasSMSMarketingSubscribed.md
klaviyo-api-sdk-11.0.0 docs/HasSMSMarketingSubscribed.md
klaviyo-api-sdk-10.0.0 docs/HasSMSMarketingSubscribed.md
klaviyo-api-sdk-9.0.0 docs/HasSMSMarketingSubscribed.md
klaviyo-api-sdk-8.0.0 docs/HasSMSMarketingSubscribed.md
klaviyo-api-sdk-7.1.0 docs/HasSMSMarketingSubscribed.md