| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsDowntimeTimeSlotRequest |
SyntheticsDowntimeTimeSlotRequest.duration(Long duration) |
SyntheticsDowntimeTimeSlotRequest |
SyntheticsDowntimeTimeSlotRequest.name(String name) |
SyntheticsDowntimeTimeSlotRequest |
SyntheticsDowntimeTimeSlotRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsDowntimeTimeSlotRequest |
SyntheticsDowntimeTimeSlotRequest.recurrence(SyntheticsDowntimeTimeSlotRecurrenceRequest recurrence) |
SyntheticsDowntimeTimeSlotRequest |
SyntheticsDowntimeTimeSlotRequest.start(SyntheticsDowntimeTimeSlotDate start) |
SyntheticsDowntimeTimeSlotRequest |
SyntheticsDowntimeTimeSlotRequest.timezone(String timezone) |
| Modifier and Type | Method and Description |
|---|---|
List<SyntheticsDowntimeTimeSlotRequest> |
SyntheticsDowntimeDataAttributesRequest.getTimeSlots()
List of time slots for a Synthetics downtime create or update request.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsDowntimeDataAttributesRequest |
SyntheticsDowntimeDataAttributesRequest.addTimeSlotsItem(SyntheticsDowntimeTimeSlotRequest timeSlotsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsDowntimeDataAttributesRequest.setTimeSlots(List<SyntheticsDowntimeTimeSlotRequest> timeSlots) |
SyntheticsDowntimeDataAttributesRequest |
SyntheticsDowntimeDataAttributesRequest.timeSlots(List<SyntheticsDowntimeTimeSlotRequest> timeSlots) |
| Constructor and Description |
|---|
SyntheticsDowntimeDataAttributesRequest(Boolean isEnabled,
String name,
List<String> testIds,
List<SyntheticsDowntimeTimeSlotRequest> timeSlots) |
Copyright © 2026. All rights reserved.