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