Sha256: 91920d948cdf2a6cfcfc3f28771291e42a4aca4515c36f233ec14671b5a0b632

Contents?: true

Size: 727 Bytes

Versions: 5

Compression:

Stored size: 727 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: 01GDDKASAP8TKDDA2GRZDSVP4H,
  attributes: null,
  meta: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
klaviyo-api-sdk-6.0.0 docs/OnsiteProfileCreateQueryResourceObject.md
klaviyo-api-sdk-5.1.0 docs/OnsiteProfileCreateQueryResourceObject.md
klaviyo-api-sdk-5.0.0 docs/OnsiteProfileCreateQueryResourceObject.md
klaviyo-api-sdk-4.2.0 docs/OnsiteProfileCreateQueryResourceObject.md
klaviyo-api-sdk-4.1.0 docs/OnsiteProfileCreateQueryResourceObject.md