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