ListCollectorsResponse constructor

ListCollectorsResponse({
  1. List<Collector>? collectors,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListCollectorsResponse({
  this.collectors,
  this.nextPageToken,
  this.unreachable,
});