Sha256: 2c3bf9f6390c67fca654e2087012b232a81c90ac821dd10871b6ac19645b3338

Contents?: true

Size: 1.3 KB

Versions: 2

Compression:

Stored size: 1.3 KB

Contents

# DatadogAPIClient::V1::WebhooksIntegrationCustomVariableResponse

## 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>`. It must only contains upper-case characters, integers or underscores. |            |
| **value**     | **String**  | Value of the custom variable. It won't be returned if the variable is secret.                                                                             | [optional] |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::WebhooksIntegrationCustomVariableResponse.new(
  is_secret: true,
  name: CUSTOM_VARIABLE_NAME,
  value: CUSTOM_VARIABLE_VALUE
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/WebhooksIntegrationCustomVariableResponse.md
datadog_api_client-1.5.0 docs/v1/WebhooksIntegrationCustomVariableResponse.md