ListHubsResponse constructor

ListHubsResponse({
  1. List<Hub>? hubs,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListHubsResponse({
  this.hubs,
  this.nextPageToken,
  this.unreachable,
});