Sha256: 924fa45ced6ed3d5ca5073b8583d7faf086f2de24d15d1f1c64f1240c5391937

Contents?: true

Size: 760 Bytes

Versions: 8

Compression:

Stored size: 760 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: null,
  is_local: null,
  send_past_recipients_immediately: null
)
```

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
klaviyo-api-sdk-6.0.0 docs/StaticScheduleOptions.md
klaviyo-api-sdk-5.1.0 docs/StaticScheduleOptions.md
klaviyo-api-sdk-5.0.0 docs/StaticScheduleOptions.md
klaviyo-api-sdk-4.2.0 docs/StaticScheduleOptions.md
klaviyo-api-sdk-4.1.0 docs/StaticScheduleOptions.md
klaviyo-api-sdk-2.0.0 docs/StaticScheduleOptions.md
klaviyo-api-sdk-1.2.0 docs/StaticScheduleOptions.md
klaviyo-api-sdk-1.1.0 docs/StaticScheduleOptions.md