NetworkRoutingConfig_BgpInterRegionCost.fromJson constructor

NetworkRoutingConfig_BgpInterRegionCost.fromJson(
  1. Object? json
)

Implementation

factory NetworkRoutingConfig_BgpInterRegionCost.fromJson(Object? json) =>
    NetworkRoutingConfig_BgpInterRegionCost(json as String);