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