Sha256: 30e253b49bd80b311438a52ed1e1d2d317438d4adcdb71ed8587fc790f1630a3
Contents?: true
Size: 1.31 KB
Versions: 2
Compression:
Stored size: 1.31 KB
Contents
# DatadogAPIClient::V1::WebhooksIntegrationCustomVariableUpdateRequest ## 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. | [optional] | | **name** | **String** | The name of the variable. It corresponds with `<CUSTOM_VARIABLE_NAME>`. It must only contains upper-case characters, integers or underscores. | [optional] | | **value** | **String** | Value of the custom variable. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::WebhooksIntegrationCustomVariableUpdateRequest.new( is_secret: null, 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/WebhooksIntegrationCustomVariableUpdateRequest.md |
datadog_api_client-1.5.0 | docs/v1/WebhooksIntegrationCustomVariableUpdateRequest.md |