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