Sha256: 44aa7629f68b473b166a05eb16959be11f23204119139122f43c141ebd01cb9e

Contents?: true

Size: 787 Bytes

Versions: 14

Compression:

Stored size: 787 Bytes

Contents

# KlaviyoAPI::SendStrategySubObject

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **method** | **String** | Describes the shape of the options object. Allowed values: ['static', 'throttled', 'immediate', 'smart_send_time'] |  |
| **options_static** | [**StaticScheduleOptions**](StaticScheduleOptions.md) |  | [optional] |
| **options_throttled** | [**ThrottledScheduleOptions**](ThrottledScheduleOptions.md) |  | [optional] |
| **options_sto** | [**STOScheduleOptions**](STOScheduleOptions.md) |  | [optional] |

## Example

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

instance = KlaviyoAPI::SendStrategySubObject.new(
  method: static,
  options_static: null,
  options_throttled: null,
  options_sto: null
)
```

Version data entries

14 entries across 14 versions & 1 rubygems

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