Package com.chutneytesting.agent.api.dto
Class AgentsGraphApiDto
- java.lang.Object
-
- com.chutneytesting.agent.api.dto.AgentsGraphApiDto
-
public class AgentsGraphApiDto extends Object
DTO forAgentGraphtransport.
-
-
Field Summary
Fields Modifier and Type Field Description List<AgentApiDto>agents
-
Constructor Summary
Constructors Constructor Description AgentsGraphApiDto()
-
-
-
Field Detail
-
agents
public List<AgentApiDto> agents
-
-