| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static ReportScheduleResourceType |
ReportScheduleResourceType.DASHBOARD |
static ReportScheduleResourceType |
ReportScheduleResourceType.INTEGRATION_DASHBOARD |
| Modifier and Type | Method and Description |
|---|---|
static ReportScheduleResourceType |
ReportScheduleResourceType.fromValue(String value) |
ReportScheduleResourceType |
ReportScheduleResponseAttributes.getResourceType()
The type of dashboard resource the report schedule targets.
|
ReportScheduleResourceType |
ReportScheduleCreateRequestAttributes.getResourceType()
The type of dashboard resource the report schedule targets.
|
| Modifier and Type | Method and Description |
|---|---|
ReportScheduleResponseAttributes |
ReportScheduleResponseAttributes.resourceType(ReportScheduleResourceType resourceType) |
ReportScheduleCreateRequestAttributes |
ReportScheduleCreateRequestAttributes.resourceType(ReportScheduleResourceType resourceType) |
void |
ReportScheduleResourceType.ReportScheduleResourceTypeSerializer.serialize(ReportScheduleResourceType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ReportScheduleResponseAttributes.setResourceType(ReportScheduleResourceType resourceType) |
void |
ReportScheduleCreateRequestAttributes.setResourceType(ReportScheduleResourceType resourceType) |
| Constructor and Description |
|---|
ReportScheduleCreateRequestAttributes(String description,
List<String> recipients,
String resourceId,
ReportScheduleResourceType resourceType,
String rrule,
List<ReportScheduleTemplateVariable> templateVariables,
String timeframe,
String timezone,
String title) |
ReportScheduleResponseAttributes(String description,
Long nextRecurrence,
List<String> recipients,
String resourceId,
ReportScheduleResourceType resourceType,
String rrule,
ReportScheduleStatus status,
String tabId,
List<ReportScheduleTemplateVariable> templateVariables,
String timeframe,
String timezone,
String title) |
| Constructor and Description |
|---|
ReportScheduleResourceTypeSerializer(Class<ReportScheduleResourceType> t) |
Copyright © 2026. All rights reserved.