Sha256: 1e08cf11bdb87da3bb10c15ed7ee2154b25e8bd75b54606d90eaad7a2d3d931c

Contents?: true

Size: 705 Bytes

Versions: 7

Compression:

Stored size: 705 Bytes

Contents

# KlaviyoAPI::OnsiteProfileCreateQueryResourceObject

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | [**ProfileEnum**](ProfileEnum.md) |  |  |
| **id** | **String** | Primary key that uniquely identifies this profile. Generated by Klaviyo. | [optional] |
| **attributes** | [**OnsiteProfileCreateQueryResourceObjectAttributes**](OnsiteProfileCreateQueryResourceObjectAttributes.md) |  |  |
| **meta** | [**OnsiteProfileMeta**](OnsiteProfileMeta.md) |  | [optional] |

## Example

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

instance = KlaviyoAPI::OnsiteProfileCreateQueryResourceObject.new(
  type: null,
  id: null,
  attributes: null,
  meta: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
klaviyo-api-sdk-12.0.0 docs/OnsiteProfileCreateQueryResourceObject.md
klaviyo-api-sdk-11.1.0 docs/OnsiteProfileCreateQueryResourceObject.md
klaviyo-api-sdk-11.0.0 docs/OnsiteProfileCreateQueryResourceObject.md
klaviyo-api-sdk-10.0.0 docs/OnsiteProfileCreateQueryResourceObject.md
klaviyo-api-sdk-9.0.0 docs/OnsiteProfileCreateQueryResourceObject.md
klaviyo-api-sdk-8.0.0 docs/OnsiteProfileCreateQueryResourceObject.md
klaviyo-api-sdk-7.1.0 docs/OnsiteProfileCreateQueryResourceObject.md