Class: DatadogAPIClient::V1::WebhooksIntegrationEncoding

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v1/models/webhooks_integration_encoding.rb

Overview

Encoding type. Can be given either ‘json` or `form`.

Constant Summary collapse

JSON =
"json".freeze
FORM =
"form".freeze

Method Summary

Methods included from BaseEnumModel

included