Sha256: 5c5135dba2bc57f54154a5ea643063754c8a1104ba7d1e8c20f9e1649aa3891f

Contents?: true

Size: 696 Bytes

Versions: 1

Compression:

Stored size: 696 Bytes

Contents

# KlaviyoAPI::SubscriptionCreateJobCreateQueryResourceObjectAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **list_id** | **String** | The list to add the newly subscribed profiles to |  |
| **custom_source** | **String** | A custom method detail or source to store on the consent records. | [optional] |
| **subscriptions** | [**Array<Subscription>**](Subscription.md) | One or more subscriptions to be created. |  |

## Example

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

instance = KlaviyoAPI::SubscriptionCreateJobCreateQueryResourceObjectAttributes.new(
  list_id: Y6nRLr,
  custom_source: Marketing Event,
  subscriptions: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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