Sha256: 6ef0b0b5837c4c74fd7ca132be83ddd1b28acf7ccc1cc4424625d61e1a7591c9

Contents?: true

Size: 765 Bytes

Versions: 11

Compression:

Stored size: 765 Bytes

Contents

# KlaviyoAPI::SubscriptionDeleteJobCreateQueryResourceObject

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | [**ProfileSubscriptionBulkDeleteJobEnum**](ProfileSubscriptionBulkDeleteJobEnum.md) |  |  |
| **attributes** | [**SubscriptionDeleteJobCreateQueryResourceObjectAttributes**](SubscriptionDeleteJobCreateQueryResourceObjectAttributes.md) |  |  |
| **relationships** | [**SubscriptionDeleteJobCreateQueryResourceObjectRelationships**](SubscriptionDeleteJobCreateQueryResourceObjectRelationships.md) |  | [optional] |

## Example

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

instance = KlaviyoAPI::SubscriptionDeleteJobCreateQueryResourceObject.new(
  type: null,
  attributes: null,
  relationships: null
)
```

Version data entries

11 entries across 11 versions & 1 rubygems

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