Sha256: 6367d39dc5c71afed4be959b32fd95ed9e9577fbef2117748eeaf8fe1354eca4
Contents?: true
Size: 669 Bytes
Versions: 7
Compression:
Stored size: 669 Bytes
Contents
# KlaviyoAPI::ProfileUpsertQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**ProfileEnum**](ProfileEnum.md) | | | | **id** | **String** | Primary key that uniquely identifies this profile. Generated by Klaviyo. | [optional] | | **attributes** | [**ProfileUpsertQueryResourceObjectAttributes**](ProfileUpsertQueryResourceObjectAttributes.md) | | | | **meta** | [**ProfileMeta**](ProfileMeta.md) | | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ProfileUpsertQueryResourceObject.new( type: null, id: null, attributes: null, meta: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems