| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
WebhooksIntegrationCustomVariableResponse |
WebhooksIntegrationApi.createWebhooksIntegrationCustomVariable(WebhooksIntegrationCustomVariable body)
Create a custom variable.
|
WebhooksIntegrationCustomVariableResponse |
WebhooksIntegrationApi.getWebhooksIntegrationCustomVariable(String customVariableName)
Get a custom variable.
|
WebhooksIntegrationCustomVariableResponse |
WebhooksIntegrationApi.updateWebhooksIntegrationCustomVariable(String customVariableName,
WebhooksIntegrationCustomVariableUpdateRequest body)
Update a custom variable.
|
| Modifier and Type | Method and Description |
|---|---|
WebhooksIntegrationCustomVariableResponse |
WebhooksIntegrationCustomVariableResponse.isSecret(Boolean isSecret) |
WebhooksIntegrationCustomVariableResponse |
WebhooksIntegrationCustomVariableResponse.name(String name) |
WebhooksIntegrationCustomVariableResponse |
WebhooksIntegrationCustomVariableResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
WebhooksIntegrationCustomVariableResponse |
WebhooksIntegrationCustomVariableResponse.value(String value) |
Copyright © 2024. All rights reserved.