# KlaviyoAPI::ProfileImportJobCreateQueryResourceObjectRelationshipsListsDataInner ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**ListEnum**](ListEnum.md) | | | | **id** | **String** | Optional list to add the profiles to | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ProfileImportJobCreateQueryResourceObjectRelationshipsListsDataInner.new( type: null, id: VRgFBd ) ```