Route constructor
Route({
- List<
RouteAsPath> ? asPaths, - String? creationTimestamp,
- String? description,
- String? destRange,
- String? id,
- String? kind,
- String? name,
- String? network,
- String? nextHopGateway,
- String? nextHopHub,
- String? nextHopIlb,
- String? nextHopInstance,
- String? nextHopIp,
- String? nextHopNetwork,
- String? nextHopPeering,
- String? nextHopVpnTunnel,
- int? priority,
- String? routeStatus,
- String? routeType,
- String? selfLink,
- List<
String> ? tags, - 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,
});