ListNetworksResponse constructor

ListNetworksResponse({
  1. List<Network>? networks,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListNetworksResponse({
  this.networks,
  this.nextPageToken,
  this.unreachable,
});