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