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