docs/ProfileUpsertQueryResourceObject.md in klaviyo-api-sdk-5.1.0 vs docs/ProfileUpsertQueryResourceObject.md in klaviyo-api-sdk-6.0.0
- old
+ new
@@ -5,18 +5,20 @@
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | [**ProfileEnum**](ProfileEnum.md) | | |
| **id** | **String** | Primary key that uniquely identifies this profile. Generated by Klaviyo. | [optional] |
| **attributes** | [**ProfileUpsertQueryResourceObjectAttributes**](ProfileUpsertQueryResourceObjectAttributes.md) | | |
+| **meta** | [**ProfileMeta**](ProfileMeta.md) | | [optional] |
## Example
```ruby
require 'klaviyo-api-sdk'
instance = KlaviyoAPI::ProfileUpsertQueryResourceObject.new(
type: null,
id: 01GDDKASAP8TKDDA2GRZDSVP4H,
- attributes: null
+ attributes: null,
+ meta: null
)
```