Sha256: c6eba1969a1f1077e814e14f404abb98c1c46c3c146ea20f0ad93acff7e86269

Contents?: true

Size: 794 Bytes

Versions: 12

Compression:

Stored size: 794 Bytes

Contents

# KlaviyoAPI::ServerBISSubscriptionCreateQueryResourceObjectAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **channels** | **Array<String>** | The channel(s) through which the profile would like to receive the back in stock notification. This can be leveraged within a back in stock flow to notify the subscriber through their preferred channel(s). |  |
| **profile** | [**ServerBISSubscriptionCreateQueryResourceObjectAttributesProfile**](ServerBISSubscriptionCreateQueryResourceObjectAttributesProfile.md) |  | [optional] |

## Example

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

instance = KlaviyoAPI::ServerBISSubscriptionCreateQueryResourceObjectAttributes.new(
  channels: ["EMAIL","SMS"],
  profile: null
)
```

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
klaviyo-api-sdk-12.0.0 docs/ServerBISSubscriptionCreateQueryResourceObjectAttributes.md
klaviyo-api-sdk-11.1.0 docs/ServerBISSubscriptionCreateQueryResourceObjectAttributes.md
klaviyo-api-sdk-11.0.0 docs/ServerBISSubscriptionCreateQueryResourceObjectAttributes.md
klaviyo-api-sdk-10.0.0 docs/ServerBISSubscriptionCreateQueryResourceObjectAttributes.md
klaviyo-api-sdk-9.0.0 docs/ServerBISSubscriptionCreateQueryResourceObjectAttributes.md
klaviyo-api-sdk-8.0.0 docs/ServerBISSubscriptionCreateQueryResourceObjectAttributes.md
klaviyo-api-sdk-7.1.0 docs/ServerBISSubscriptionCreateQueryResourceObjectAttributes.md
klaviyo-api-sdk-6.0.0 docs/ServerBISSubscriptionCreateQueryResourceObjectAttributes.md
klaviyo-api-sdk-5.1.0 docs/ServerBISSubscriptionCreateQueryResourceObjectAttributes.md
klaviyo-api-sdk-5.0.0 docs/ServerBISSubscriptionCreateQueryResourceObjectAttributes.md
klaviyo-api-sdk-4.2.0 docs/ServerBISSubscriptionCreateQueryResourceObjectAttributes.md
klaviyo-api-sdk-4.1.0 docs/ServerBISSubscriptionCreateQueryResourceObjectAttributes.md