Sha256: 7efbe9e65b2894713ce957636f1a6dec82754cc55cf0a648fb4a1cae2d77e470

Contents?: true

Size: 677 Bytes

Versions: 12

Compression:

Stored size: 677 Bytes

Contents

# KlaviyoAPI::ProfileSubscriptionCreateQueryResourceObject

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | [**ProfileEnum**](ProfileEnum.md) |  |  |
| **id** | **String** | The ID of the profile to subscribe. If provided, this will be used to perform the lookup. | [optional] |
| **attributes** | [**ProfileSubscriptionCreateQueryResourceObjectAttributes**](ProfileSubscriptionCreateQueryResourceObjectAttributes.md) |  |  |

## Example

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

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
klaviyo-api-sdk-12.0.0 docs/ProfileSubscriptionCreateQueryResourceObject.md
klaviyo-api-sdk-11.1.0 docs/ProfileSubscriptionCreateQueryResourceObject.md
klaviyo-api-sdk-11.0.0 docs/ProfileSubscriptionCreateQueryResourceObject.md
klaviyo-api-sdk-10.0.0 docs/ProfileSubscriptionCreateQueryResourceObject.md
klaviyo-api-sdk-9.0.0 docs/ProfileSubscriptionCreateQueryResourceObject.md
klaviyo-api-sdk-8.0.0 docs/ProfileSubscriptionCreateQueryResourceObject.md
klaviyo-api-sdk-7.1.0 docs/ProfileSubscriptionCreateQueryResourceObject.md
klaviyo-api-sdk-6.0.0 docs/ProfileSubscriptionCreateQueryResourceObject.md
klaviyo-api-sdk-5.1.0 docs/ProfileSubscriptionCreateQueryResourceObject.md
klaviyo-api-sdk-5.0.0 docs/ProfileSubscriptionCreateQueryResourceObject.md
klaviyo-api-sdk-4.2.0 docs/ProfileSubscriptionCreateQueryResourceObject.md
klaviyo-api-sdk-4.1.0 docs/ProfileSubscriptionCreateQueryResourceObject.md