InterconnectLocationRegionInfo constructor

InterconnectLocationRegionInfo({
  1. String? expectedRttMs,
  2. bool? l2ForwardingEnabled,
  3. String? locationPresence,
  4. String? region,
})

Implementation

InterconnectLocationRegionInfo({
  this.expectedRttMs,
  this.l2ForwardingEnabled,
  this.locationPresence,
  this.region,
});