EndpointDescription constructor
EndpointDescription({
- bool? clientIPPreservationEnabled,
- String? endpointId,
- String? healthReason,
- HealthState? healthState,
- int? weight,
Implementation
EndpointDescription({
this.clientIPPreservationEnabled,
this.endpointId,
this.healthReason,
this.healthState,
this.weight,
});