| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static SyntheticsDowntimeResourceType |
SyntheticsDowntimeResourceType.DOWNTIME |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticsDowntimeResourceType |
SyntheticsDowntimeResourceType.fromValue(String value) |
SyntheticsDowntimeResourceType |
SyntheticsDowntimeDataRequest.getType()
The resource type for a Synthetics downtime.
|
SyntheticsDowntimeResourceType |
SyntheticsDowntimeData.getType()
The resource type for a Synthetics downtime.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsDowntimeResourceType.SyntheticsDowntimeResourceTypeSerializer.serialize(SyntheticsDowntimeResourceType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SyntheticsDowntimeDataRequest.setType(SyntheticsDowntimeResourceType type) |
void |
SyntheticsDowntimeData.setType(SyntheticsDowntimeResourceType type) |
SyntheticsDowntimeDataRequest |
SyntheticsDowntimeDataRequest.type(SyntheticsDowntimeResourceType type) |
SyntheticsDowntimeData |
SyntheticsDowntimeData.type(SyntheticsDowntimeResourceType type) |
| Constructor and Description |
|---|
SyntheticsDowntimeData(SyntheticsDowntimeDataAttributesResponse attributes,
String id,
SyntheticsDowntimeResourceType type) |
SyntheticsDowntimeDataRequest(SyntheticsDowntimeDataAttributesRequest attributes,
SyntheticsDowntimeResourceType type) |
| Constructor and Description |
|---|
SyntheticsDowntimeResourceTypeSerializer(Class<SyntheticsDowntimeResourceType> t) |
Copyright © 2026. All rights reserved.