Route constructor

Route({
  1. List<RouteAsPath>? asPaths,
  2. String? creationTimestamp,
  3. String? description,
  4. String? destRange,
  5. String? id,
  6. String? kind,
  7. String? name,
  8. String? network,
  9. String? nextHopGateway,
  10. String? nextHopHub,
  11. String? nextHopIlb,
  12. String? nextHopInstance,
  13. String? nextHopIp,
  14. String? nextHopNetwork,
  15. String? nextHopPeering,
  16. String? nextHopVpnTunnel,
  17. int? priority,
  18. String? routeStatus,
  19. String? routeType,
  20. String? selfLink,
  21. List<String>? tags,
  22. List<RouteWarnings>? warnings,
})

Implementation

Route({
  this.asPaths,
  this.creationTimestamp,
  this.description,
  this.destRange,
  this.id,
  this.kind,
  this.name,
  this.network,
  this.nextHopGateway,
  this.nextHopHub,
  this.nextHopIlb,
  this.nextHopInstance,
  this.nextHopIp,
  this.nextHopNetwork,
  this.nextHopPeering,
  this.nextHopVpnTunnel,
  this.priority,
  this.routeStatus,
  this.routeType,
  this.selfLink,
  this.tags,
  this.warnings,
});