com.chutneytesting.agent.api.dto.NetworkDescriptionApiDto Maven / Gradle / Ivy
The newest version!
/*
* SPDX-FileCopyrightText: 2017-2024 Enedis
*
* SPDX-License-Identifier: Apache-2.0
*
*/
package com.chutneytesting.agent.api.dto;
import com.chutneytesting.agent.domain.network.NetworkDescription;
/**
* DTO for {@link NetworkDescription} transport.
*/
public class NetworkDescriptionApiDto {
public AgentsGraphApiDto agentsGraph;
public NetworkConfigurationApiDto networkConfiguration;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy