# KlaviyoAPI::SendStrategySubObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **method** | **String** | Describes the shape of the options object. Allowed values: ['static', 'throttled', 'immediate'] | | | **options_static** | [**StaticScheduleOptions**](StaticScheduleOptions.md) | | [optional] | | **options_throttled** | [**ThrottledScheduleOptions**](ThrottledScheduleOptions.md) | | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::SendStrategySubObject.new( method: static, options_static: null, options_throttled: null ) ```