# 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) | | | | **historical_import** | **Boolean** | Whether this subscription is part of a historical import. If true, the consented_at field must be provided for each profile. | [optional][default to false] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::SubscriptionCreateJobCreateQueryResourceObjectAttributes.new( custom_source: Marketing Event, profiles: null, historical_import: null ) ```