ExchangedPeeringRoute constructor

ExchangedPeeringRoute({
  1. String? destRange,
  2. bool? imported,
  3. String? nextHopRegion,
  4. int? priority,
  5. String? type,
})

Implementation

ExchangedPeeringRoute({
  this.destRange,
  this.imported,
  this.nextHopRegion,
  this.priority,
  this.type,
});