ListSubnetsResponse constructor

ListSubnetsResponse({
  1. String? nextPageToken,
  2. List<Subnet>? subnets,
  3. List<String>? unreachable,
})

Implementation

ListSubnetsResponse({
  this.nextPageToken,
  this.subnets,
  this.unreachable,
});