ComputeBackendServiceBackendServiceConsistentHash constructor

const ComputeBackendServiceBackendServiceConsistentHash({
  1. TfArg<String>? httpHeaderName,
  2. TfArg<int>? minimumRingSize,
  3. ComputeBackendServiceBackendServiceConsistentHashHttpCookie? httpCookie,
})

Implementation

const ComputeBackendServiceBackendServiceConsistentHash({
  this.httpHeaderName,
  this.minimumRingSize,
  this.httpCookie,
});