# KlaviyoAPI::ServerBISSubscriptionCreateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**BackInStockSubscriptionEnum**](BackInStockSubscriptionEnum.md) | | | | **attributes** | [**ServerBISSubscriptionCreateQueryResourceObjectAttributes**](ServerBISSubscriptionCreateQueryResourceObjectAttributes.md) | | | | **relationships** | [**ServerBISSubscriptionCreateQueryResourceObjectRelationships**](ServerBISSubscriptionCreateQueryResourceObjectRelationships.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ServerBISSubscriptionCreateQueryResourceObject.new( type: null, attributes: null, relationships: null ) ```