Sha256: 02713e91be5a77f757a0e5b9b4d2f2e2d0899e20f63991d200943be851d70a27

Contents?: true

Size: 883 Bytes

Versions: 1

Compression:

Stored size: 883 Bytes

Contents

# KlaviyoAPI::CampaignCreateQueryResourceObjectAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | The campaign name |  |
| **channel** | **String** | The type of campaign (email or sms, for example) |  |
| **audiences** | [**AudiencesSubObject**](AudiencesSubObject.md) |  |  |
| **send_strategy** | [**SendStrategySubObject**](SendStrategySubObject.md) |  |  |
| **send_options** | [**SendOptionsSubObject**](SendOptionsSubObject.md) |  |  |
| **tracking_options** | [**TrackingOptionsSubObject**](TrackingOptionsSubObject.md) |  | [optional] |

## Example

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

instance = KlaviyoAPI::CampaignCreateQueryResourceObjectAttributes.new(
  name: My new campaign,
  channel: email,
  audiences: null,
  send_strategy: null,
  send_options: null,
  tracking_options: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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