EndpointConfiguration constructor

EndpointConfiguration({
  1. bool? clientIPPreservationEnabled,
  2. String? endpointId,
  3. int? weight,
})

Implementation

EndpointConfiguration({
  this.clientIPPreservationEnabled,
  this.endpointId,
  this.weight,
});