# KlaviyoAPI::ProfileMergeQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**ProfileMergeEnum**](ProfileMergeEnum.md) | | | | **id** | **String** | The ID of the destination profile to merge into | | | **relationships** | [**ProfileMergeQueryResourceObjectRelationships**](ProfileMergeQueryResourceObjectRelationships.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ProfileMergeQueryResourceObject.new( type: null, id: 01GDDKASAP8TKDDA2GRZDSVP4H, relationships: null ) ```