# KlaviyoAPI::ProfileUpsertQuery ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**ProfileUpsertQueryResourceObject**](ProfileUpsertQueryResourceObject.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ProfileUpsertQuery.new( data: null ) ```