StartDataCollectionByAgentIdsResponse constructor

StartDataCollectionByAgentIdsResponse({
  1. List<AgentConfigurationStatus>? agentsConfigurationStatus,
})

Implementation

StartDataCollectionByAgentIdsResponse({
  this.agentsConfigurationStatus,
});