ConsistentHashLoadBalancerSettingsHttpCookie constructor

ConsistentHashLoadBalancerSettingsHttpCookie({
  1. String? name,
  2. String? path,
  3. Duration? ttl,
})

Implementation

ConsistentHashLoadBalancerSettingsHttpCookie({
  this.name,
  this.path,
  this.ttl,
});