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