StopDataCollectionByAgentIdsResponse constructor

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

Implementation

StopDataCollectionByAgentIdsResponse({
  this.agentsConfigurationStatus,
});