Sha256: a306515ecce69965b13b48526e21ecf3b88b85ed9a4212337cb2cc67c798d4fd
Contents?: true
Size: 773 Bytes
Versions: 7
Compression:
Stored size: 773 Bytes
Contents
# KlaviyoAPI::StaticScheduleOptions ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **datetime** | **Time** | The time to send at | | | **is_local** | **Boolean** | If the campaign should be sent with local recipient timezone send (requires UTC time) or statically sent at the given time. Defaults to False. | [optional] | | **send_past_recipients_immediately** | **Boolean** | Determines if we should send to local recipient timezone if the given time has passed. Only applicable to local sends. Defaults to False. | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::StaticScheduleOptions.new( datetime: 2022-11-08T00:00Z, is_local: null, send_past_recipients_immediately: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems