ServiceLbPolicyFailoverConfig.fromJson constructor
ServiceLbPolicyFailoverConfig.fromJson(
- Map json_
Implementation
ServiceLbPolicyFailoverConfig.fromJson(core.Map json_)
: this(
failoverHealthThreshold:
json_['failoverHealthThreshold'] as core.int?,
);