Sha256: 1158b9c0fceb93d0d09723a1ada6346d19683fda47587090a910d561e4b98fa6

Contents?: true

Size: 601 Bytes

Versions: 1

Compression:

Stored size: 601 Bytes

Contents

# KlaviyoAPI::RenderOptionsSubObject

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **shorten_links** | **Boolean** |  | [optional][default to true] |
| **add_org_prefix** | **Boolean** |  | [optional][default to true] |
| **add_info_link** | **Boolean** |  | [optional][default to true] |
| **add_opt_out_language** | **Boolean** |  | [optional] |

## Example

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

instance = KlaviyoAPI::RenderOptionsSubObject.new(
  shorten_links: true,
  add_org_prefix: true,
  add_info_link: true,
  add_opt_out_language: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
klaviyo-api-sdk-4.1.0 docs/RenderOptionsSubObject.md