BatchGetDevEndpointsResponse constructor

BatchGetDevEndpointsResponse({
  1. List<DevEndpoint>? devEndpoints,
  2. List<String>? devEndpointsNotFound,
})

Implementation

BatchGetDevEndpointsResponse({
  this.devEndpoints,
  this.devEndpointsNotFound,
});