Sha256: 133e374542fe3186a1b5c0cf74145b2edcb33ae4d8f2ce8b6ce74510df9855f0

Contents?: true

Size: 635 Bytes

Versions: 6

Compression:

Stored size: 635 Bytes

Contents

# KlaviyoAPI::SubscriptionCreateJobCreateQueryResourceObjectAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **custom_source** | **String** | A custom method detail or source to store on the consent records. | [optional] |
| **profiles** | [**SubscriptionCreateJobCreateQueryResourceObjectAttributesProfiles**](SubscriptionCreateJobCreateQueryResourceObjectAttributesProfiles.md) |  |  |

## Example

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

instance = KlaviyoAPI::SubscriptionCreateJobCreateQueryResourceObjectAttributes.new(
  custom_source: Marketing Event,
  profiles: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

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