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