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