Router constructor

Router({
  1. RouterBgp? bgp,
  2. List<RouterBgpPeer>? bgpPeers,
  3. String? creationTimestamp,
  4. String? description,
  5. bool? encryptedInterconnectRouter,
  6. String? id,
  7. List<RouterInterface>? interfaces,
  8. String? kind,
  9. List<RouterMd5AuthenticationKey>? md5AuthenticationKeys,
  10. String? name,
  11. List<RouterNat>? nats,
  12. String? network,
  13. String? region,
  14. String? selfLink,
})

Implementation

Router({
  this.bgp,
  this.bgpPeers,
  this.creationTimestamp,
  this.description,
  this.encryptedInterconnectRouter,
  this.id,
  this.interfaces,
  this.kind,
  this.md5AuthenticationKeys,
  this.name,
  this.nats,
  this.network,
  this.region,
  this.selfLink,
});