InterconnectCircuitInfo constructor

InterconnectCircuitInfo({
  1. String? customerDemarcId,
  2. String? googleCircuitId,
  3. String? googleDemarcId,
})

Implementation

InterconnectCircuitInfo({
  this.customerDemarcId,
  this.googleCircuitId,
  this.googleDemarcId,
});