Sha256: 7edd7483e14da3df787c279d4959204483580302809abbae810690db896517de
Contents?: true
Size: 612 Bytes
Versions: 4
Compression:
Stored size: 612 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) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ProfileUpsertQueryResourceObject.new( type: null, id: 01GDDKASAP8TKDDA2GRZDSVP4H, attributes: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems