Sha256: 83609b719d30a84f3ce870ce8e55bc35202136af3f6276c447878d54602eaafa

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 KB

Contents

# DatadogAPIClient::V1::WebhooksIntegrationUpdateRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **custom_headers** | **String** | If `null`, uses no header. If given a JSON payload, these will be headers attached to your webhook. | [optional] |
| **encode_as** | [**WebhooksIntegrationEncoding**](WebhooksIntegrationEncoding.md) |  | [optional][default to 'json'] |
| **name** | **String** | The name of the webhook. It corresponds with `<WEBHOOK_NAME>`. Learn more on how to use it in [monitor notifications](https://docs.datadoghq.com/monitors/notifications). | [optional] |
| **payload** | **String** | If `null`, uses the default payload. If given a JSON payload, the webhook returns the payload specified by the given payload. [Webhooks variable usage](https://docs.datadoghq.com/integrations/webhooks/#usage). | [optional] |
| **url** | **String** | URL of the webhook. | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::WebhooksIntegrationUpdateRequest.new(
  custom_headers: null,
  encode_as: null,
  name: WEBHOOK_NAME,
  payload: null,
  url: https://example.com/webhook
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
datadog_api_client-1.3.0 docs/v1/WebhooksIntegrationUpdateRequest.md