ComputeBackendServiceBackendServiceLocalityLbPolicyEntry constructor

const ComputeBackendServiceBackendServiceLocalityLbPolicyEntry({
  1. ComputeBackendServiceBackendServiceLocalityLbBuiltinPolicy? policy,
  2. ComputeBackendServiceBackendServiceLocalityLbCustomPolicy? customPolicy,
})

Implementation

const ComputeBackendServiceBackendServiceLocalityLbPolicyEntry({
  this.policy,
  this.customPolicy,
});