| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ModelLabProjectData |
ModelLabProjectData.attributes(ModelLabProjectAttributes attributes) |
ModelLabProjectData |
ModelLabProjectResponse.getData()
A Model Lab project JSON:API resource object.
|
ModelLabProjectData |
ModelLabProjectData.id(String id) |
ModelLabProjectData |
ModelLabProjectData.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ModelLabProjectData |
ModelLabProjectData.type(ModelLabProjectType type) |
| Modifier and Type | Method and Description |
|---|---|
List<ModelLabProjectData> |
ModelLabProjectsResponse.getData()
The list of projects.
|
| Modifier and Type | Method and Description |
|---|---|
ModelLabProjectsResponse |
ModelLabProjectsResponse.addDataItem(ModelLabProjectData dataItem) |
ModelLabProjectResponse |
ModelLabProjectResponse.data(ModelLabProjectData data) |
void |
ModelLabProjectResponse.setData(ModelLabProjectData data) |
| Modifier and Type | Method and Description |
|---|---|
ModelLabProjectsResponse |
ModelLabProjectsResponse.data(List<ModelLabProjectData> data) |
void |
ModelLabProjectsResponse.setData(List<ModelLabProjectData> data) |
| Constructor and Description |
|---|
ModelLabProjectResponse(ModelLabProjectData data) |
| Constructor and Description |
|---|
ModelLabProjectsResponse(List<ModelLabProjectData> data,
ModelLabPageMeta meta) |
Copyright © 2026. All rights reserved.