Sha256: 7203586b7a9ae8bd043e58c43d7887f878e72d7e8014b4786903c6ac191be15d

Contents?: true

Size: 488 Bytes

Versions: 14

Compression:

Stored size: 488 Bytes

Contents

# KlaviyoAPI::ThrottledScheduleOptions

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **datetime** | **Time** | The time to send at |  |
| **throttle_percentage** | **Integer** | The percentage of recipients per hour to send to. Allowed values: [10, 11, 13, 14, 17, 20, 25, 33, 50] |  |

## Example

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

instance = KlaviyoAPI::ThrottledScheduleOptions.new(
  datetime: null,
  throttle_percentage: null
)
```

Version data entries

14 entries across 14 versions & 1 rubygems

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