| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
AppMeta |
AppMeta.createdAt(OffsetDateTime createdAt) |
AppMeta |
AppMeta.deletedAt(OffsetDateTime deletedAt) |
AppMeta |
UpdateAppResponse.getMeta()
Metadata of an app.
|
AppMeta |
ListAppsResponseDataItems.getMeta()
Metadata of an app.
|
AppMeta |
GetAppResponse.getMeta()
Metadata of an app.
|
AppMeta |
AppMeta.orgId(Long orgId) |
AppMeta |
AppMeta.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AppMeta |
AppMeta.updatedAt(OffsetDateTime updatedAt) |
AppMeta |
AppMeta.updatedSinceDeployment(Boolean updatedSinceDeployment) |
AppMeta |
AppMeta.userId(Long userId) |
AppMeta |
AppMeta.userName(String userName) |
AppMeta |
AppMeta.userUuid(UUID userUuid) |
AppMeta |
AppMeta.version(Long version) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAppResponse |
UpdateAppResponse.meta(AppMeta meta) |
ListAppsResponseDataItems |
ListAppsResponseDataItems.meta(AppMeta meta) |
GetAppResponse |
GetAppResponse.meta(AppMeta meta) |
void |
UpdateAppResponse.setMeta(AppMeta meta) |
void |
ListAppsResponseDataItems.setMeta(AppMeta meta) |
void |
GetAppResponse.setMeta(AppMeta meta) |
Copyright © 2026. All rights reserved.