# KlaviyoAPI::OnsiteProfileCreateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**ProfileEnum**](ProfileEnum.md) | | | | **attributes** | [**OnsiteProfileCreateQueryResourceObjectAttributes**](OnsiteProfileCreateQueryResourceObjectAttributes.md) | | | | **meta** | [**OnsiteProfileMeta**](OnsiteProfileMeta.md) | | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::OnsiteProfileCreateQueryResourceObject.new( type: null, attributes: null, meta: null ) ```