ClusterNetworkPerformanceConfig.fromJson constructor

ClusterNetworkPerformanceConfig.fromJson(
  1. Map json_
)

Implementation

ClusterNetworkPerformanceConfig.fromJson(core.Map json_)
    : this(
        totalEgressBandwidthTier:
            json_.containsKey('totalEgressBandwidthTier')
                ? json_['totalEgressBandwidthTier'] as core.String
                : null,
      );