# KlaviyoAPI::OnsiteProfileCreateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**ProfileEnum**](ProfileEnum.md) | | | | **id** | **String** | Primary key that uniquely identifies this profile. Generated by Klaviyo. | [optional] | | **attributes** | [**OnsiteProfileCreateQueryResourceObjectAttributes**](OnsiteProfileCreateQueryResourceObjectAttributes.md) | | | | **meta** | [**OnsiteProfileMeta**](OnsiteProfileMeta.md) | | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::OnsiteProfileCreateQueryResourceObject.new( type: null, id: null, attributes: null, meta: null ) ```