InterconnectCircuitInfo.fromJson constructor

InterconnectCircuitInfo.fromJson(
  1. Map json_
)

Implementation

InterconnectCircuitInfo.fromJson(core.Map json_)
  : this(
      customerDemarcId: json_['customerDemarcId'] as core.String?,
      googleCircuitId: json_['googleCircuitId'] as core.String?,
      googleDemarcId: json_['googleDemarcId'] as core.String?,
    );