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