# 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 ) ```