docs/v1/WebhooksIntegrationCustomVariable.md in datadog_api_client-1.4.0 vs docs/v1/WebhooksIntegrationCustomVariable.md in datadog_api_client-1.5.0

- old
+ new

@@ -1,14 +1,14 @@ # DatadogAPIClient::V1::WebhooksIntegrationCustomVariable ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **is_secret** | **Boolean** | Make custom variable is secret or not. If the custom variable is secret, the value is not returned in the response payload. | | -| **name** | **String** | The name of the variable. It corresponds with `<CUSTOM_VARIABLE_NAME>`. | | -| **value** | **String** | Value of the custom variable. | | +| Name | Type | Description | Notes | +| ------------- | ----------- | --------------------------------------------------------------------------------------------------------------------------- | ----- | +| **is_secret** | **Boolean** | Make custom variable is secret or not. If the custom variable is secret, the value is not returned in the response payload. | | +| **name** | **String** | The name of the variable. It corresponds with `<CUSTOM_VARIABLE_NAME>`. | | +| **value** | **String** | Value of the custom variable. | | ## Example ```ruby require 'datadog_api_client/v1' @@ -17,6 +17,5 @@ is_secret: true, name: CUSTOM_VARIABLE_NAME, value: CUSTOM_VARIABLE_VALUE ) ``` -