Sha256: c85bd0e4c6d21bcff22a4c2aa747fcef63daa7fd203ff0ff677dc3e0ffec2ea7

Contents?: true

Size: 831 Bytes

Versions: 6

Compression:

Stored size: 831 Bytes

Contents

# KlaviyoAPI::WebhookPartialUpdateQueryResourceObjectAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | A name for the webhook. | [optional] |
| **description** | **String** | A description for the webhook. | [optional] |
| **endpoint_url** | **String** | A url to send webhook calls to. Must be https. | [optional] |
| **secret_key** | **String** | A secret key, that will be used for webhook request signing. | [optional] |
| **enabled** | **Boolean** | Is the webhook enabled. | [optional] |

## Example

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

instance = KlaviyoAPI::WebhookPartialUpdateQueryResourceObjectAttributes.new(
  name: null,
  description: null,
  endpoint_url: https://www.example.com/example/path,
  secret_key: null,
  enabled: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
klaviyo-api-sdk-12.0.0 docs/WebhookPartialUpdateQueryResourceObjectAttributes.md
klaviyo-api-sdk-11.1.0 docs/WebhookPartialUpdateQueryResourceObjectAttributes.md
klaviyo-api-sdk-11.0.0 docs/WebhookPartialUpdateQueryResourceObjectAttributes.md
klaviyo-api-sdk-10.0.0 docs/WebhookPartialUpdateQueryResourceObjectAttributes.md
klaviyo-api-sdk-9.0.0 docs/WebhookPartialUpdateQueryResourceObjectAttributes.md
klaviyo-api-sdk-8.0.0 docs/WebhookPartialUpdateQueryResourceObjectAttributes.md