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