| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
MonitorAsset |
MonitorAsset.category(MonitorAssetCategory category) |
MonitorAsset |
MonitorAsset.name(String name) |
MonitorAsset |
MonitorAsset.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
MonitorAsset |
MonitorAsset.resourceKey(String resourceKey) |
MonitorAsset |
MonitorAsset.resourceType(MonitorAssetResourceType resourceType) |
MonitorAsset |
MonitorAsset.url(String url) |
| Modifier and Type | Method and Description |
|---|---|
org.openapitools.jackson.nullable.JsonNullable<List<MonitorAsset>> |
MonitorUpdateRequest.getAssets_JsonNullable() |
List<MonitorAsset> |
MonitorUpdateRequest.getAssets()
The list of monitor assets tied to a monitor, which represents key links for users to take
action on monitor alerts (for example, runbooks).
|
List<MonitorAsset> |
Monitor.getAssets()
The list of monitor assets tied to a monitor, which represents key links for users to take
action on monitor alerts (for example, runbooks).
|
| Modifier and Type | Method and Description |
|---|---|
MonitorUpdateRequest |
MonitorUpdateRequest.addAssetsItem(MonitorAsset assetsItem) |
Monitor |
Monitor.addAssetsItem(MonitorAsset assetsItem) |
| Modifier and Type | Method and Description |
|---|---|
MonitorUpdateRequest |
MonitorUpdateRequest.assets(List<MonitorAsset> assets) |
Monitor |
Monitor.assets(List<MonitorAsset> assets) |
void |
MonitorUpdateRequest.setAssets_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<MonitorAsset>> assets) |
void |
MonitorUpdateRequest.setAssets(List<MonitorAsset> assets) |
void |
Monitor.setAssets(List<MonitorAsset> assets) |
Copyright © 2026. All rights reserved.