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