HealthStatusForNetworkEndpoint constructor

HealthStatusForNetworkEndpoint({
  1. BackendServiceReference? backendService,
  2. ForwardingRuleReference? forwardingRule,
  3. HealthCheckReference? healthCheck,
  4. HealthCheckServiceReference? healthCheckService,
  5. String? healthState,
})

Implementation

HealthStatusForNetworkEndpoint({
  this.backendService,
  this.forwardingRule,
  this.healthCheck,
  this.healthCheckService,
  this.healthState,
});