EndpointDescription constructor

EndpointDescription({
  1. bool? clientIPPreservationEnabled,
  2. String? endpointId,
  3. String? healthReason,
  4. HealthState? healthState,
  5. int? weight,
})

Implementation

EndpointDescription({
  this.clientIPPreservationEnabled,
  this.endpointId,
  this.healthReason,
  this.healthState,
  this.weight,
});