# KlaviyoAPI::SubscriptionCreateJobCreateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **list_id** | **String** | The list to add the newly subscribed profiles to | | | **custom_source** | **String** | A custom method detail or source to store on the consent records. | [optional] | | **subscriptions** | [**Array<Subscription>**](Subscription.md) | One or more subscriptions to be created. | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::SubscriptionCreateJobCreateQueryResourceObjectAttributes.new( list_id: Y6nRLr, custom_source: Marketing Event, subscriptions: null ) ```