| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static DeploymentRuleResponseDataAttributesType |
DeploymentRuleResponseDataAttributesType.FAULTY_DEPLOYMENT_DETECTION |
static DeploymentRuleResponseDataAttributesType |
DeploymentRuleResponseDataAttributesType.MONITOR |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentRuleResponseDataAttributesType |
DeploymentRuleResponseDataAttributesType.fromValue(String value) |
DeploymentRuleResponseDataAttributesType |
DeploymentRuleResponseDataAttributes.getType()
The type of the deployment rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentRuleResponseDataAttributesType.DeploymentRuleResponseDataAttributesTypeSerializer.serialize(DeploymentRuleResponseDataAttributesType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
DeploymentRuleResponseDataAttributes.setType(DeploymentRuleResponseDataAttributesType type) |
DeploymentRuleResponseDataAttributes |
DeploymentRuleResponseDataAttributes.type(DeploymentRuleResponseDataAttributesType type) |
| Constructor and Description |
|---|
DeploymentRuleResponseDataAttributes(OffsetDateTime createdAt,
DeploymentRuleResponseDataAttributesCreatedBy createdBy,
Boolean dryRun,
String gateId,
String name,
DeploymentRulesOptions options,
DeploymentRuleResponseDataAttributesType type) |
| Constructor and Description |
|---|
DeploymentRuleResponseDataAttributesTypeSerializer(Class<DeploymentRuleResponseDataAttributesType> t) |
Copyright © 2026. All rights reserved.