ClusterNetworkPerformanceConfig.fromJson constructor
ClusterNetworkPerformanceConfig.fromJson(
- Map json_
Implementation
ClusterNetworkPerformanceConfig.fromJson(core.Map json_)
: this(
totalEgressBandwidthTier:
json_['totalEgressBandwidthTier'] as core.String?,
);