# KlaviyoAPI::SubscriptionCreateJobCreateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **custom_source** | **String** | A custom method detail or source to store on the consent records. | [optional] | | **profiles** | [**SubscriptionCreateJobCreateQueryResourceObjectAttributesProfiles**](SubscriptionCreateJobCreateQueryResourceObjectAttributesProfiles.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::SubscriptionCreateJobCreateQueryResourceObjectAttributes.new( custom_source: Marketing Event, profiles: null ) ```