LockerEnvResponseDTO
LockerEnvResponseDTO
JSON Example
{
"environments": [
{
"envId": "string",
"envName": "string",
"products": [
{
"consumption": "string",
"name": "string",
"nodes": [
{
"name": "string"
}
]
}
]
}
]
}