ComputeBackendServiceBackendServiceLocalityLbCustomPolicy constructor

const ComputeBackendServiceBackendServiceLocalityLbCustomPolicy({
  1. required TfArg<String> name,
  2. TfArg<String>? data,
})

Implementation

const ComputeBackendServiceBackendServiceLocalityLbCustomPolicy({
  required this.name,
  this.data,
});