Sha256: 296f7b4825eb655176314e6495218154e637017fc9c948ce55f4bd287640a0bf

Contents?: true

Size: 439 Bytes

Versions: 3

Compression:

Stored size: 439 Bytes

Contents

# KlaviyoAPI::SendTimeSubObject

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **datetime** | **Time** | The datetime that the message is to be sent |  |
| **is_local** | **Boolean** | Whether that datetime is to be a local datetime for the recipient |  |

## Example

```ruby
require 'klaviyo-api-sdk'

instance = KlaviyoAPI::SendTimeSubObject.new(
  datetime: null,
  is_local: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
klaviyo-api-sdk-2.0.0 docs/SendTimeSubObject.md
klaviyo-api-sdk-1.2.0 docs/SendTimeSubObject.md
klaviyo-api-sdk-1.1.0 docs/SendTimeSubObject.md