| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
DashboardUsageUser |
DashboardUsageAttributes.getAuthor()
A user referenced from a dashboard usage record (author or viewer).
|
DashboardUsageUser |
DashboardUsageAttributes.getViewer()
A user referenced from a dashboard usage record (author or viewer).
|
DashboardUsageUser |
DashboardUsageUser.handle(String handle) |
DashboardUsageUser |
DashboardUsageUser.id(String id) |
DashboardUsageUser |
DashboardUsageUser.isDisabled(Boolean isDisabled) |
DashboardUsageUser |
DashboardUsageUser.name(String name) |
DashboardUsageUser |
DashboardUsageUser.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
| Modifier and Type | Method and Description |
|---|---|
org.openapitools.jackson.nullable.JsonNullable<DashboardUsageUser> |
DashboardUsageAttributes.getAuthor_JsonNullable() |
org.openapitools.jackson.nullable.JsonNullable<DashboardUsageUser> |
DashboardUsageAttributes.getViewer_JsonNullable() |
| Modifier and Type | Method and Description |
|---|---|
DashboardUsageAttributes |
DashboardUsageAttributes.author(DashboardUsageUser author) |
void |
DashboardUsageAttributes.setAuthor(DashboardUsageUser author) |
void |
DashboardUsageAttributes.setViewer(DashboardUsageUser viewer) |
DashboardUsageAttributes |
DashboardUsageAttributes.viewer(DashboardUsageUser viewer) |
| Modifier and Type | Method and Description |
|---|---|
void |
DashboardUsageAttributes.setAuthor_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<DashboardUsageUser> author) |
void |
DashboardUsageAttributes.setViewer_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<DashboardUsageUser> viewer) |
Copyright © 2026. All rights reserved.