# 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 ) ```