Sha256: 6f7d2e472bb6b64cbb9d7417b4d50d77581f3896e98eb7d3c693df4d72c1fb4f

Contents?: true

Size: 628 Bytes

Versions: 1

Compression:

Stored size: 628 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) |  |  |

## Example

```ruby
require 'klaviyo-api-sdk'

instance = KlaviyoAPI::ProfilePartialUpdateQueryResourceObject.new(
  type: null,
  id: 01GDDKASAP8TKDDA2GRZDSVP4H,
  attributes: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
klaviyo-api-sdk-2.0.0 docs/ProfilePartialUpdateQueryResourceObject.md