HealthStatus constructor

HealthStatus({
  1. Map<String, String>? annotations,
  2. String? forwardingRule,
  3. String? forwardingRuleIp,
  4. String? healthState,
  5. String? instance,
  6. String? ipAddress,
  7. int? port,
  8. String? weight,
  9. String? weightError,
})

Implementation

HealthStatus({
  this.annotations,
  this.forwardingRule,
  this.forwardingRuleIp,
  this.healthState,
  this.instance,
  this.ipAddress,
  this.port,
  this.weight,
  this.weightError,
});