Sha256: eb3651e4031fb984812543e24eb6417d53c18a56e3a7a07dd0960249eab6e7c0

Contents?: true

Size: 773 Bytes

Versions: 1

Compression:

Stored size: 773 Bytes

Contents

# KlaviyoAPI::UnsubscriptionCreateJobCreateQueryResourceObjectAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **list_id** | **String** | Optional, the list to remove the profiles from | [optional] |
| **emails** | **Array<String>** | The emails to unsubscribe if any. | [optional] |
| **phone_numbers** | **Array<String>** | The phone numbers to unsubscribe if any. | [optional] |

## Example

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

instance = KlaviyoAPI::UnsubscriptionCreateJobCreateQueryResourceObjectAttributes.new(
  list_id: Y6nRLr,
  emails: ["matt-kemp@klaviyo-demo.com", "sarah.mason@klaviyo-demo.com",
  phone_numbers: ["+15005550006","+15005550007"]
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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