BackendServiceGroupHealth constructor

BackendServiceGroupHealth({
  1. Map<String, String>? annotations,
  2. List<HealthStatus>? healthStatus,
  3. String? kind,
})

Implementation

BackendServiceGroupHealth({
  this.annotations,
  this.healthStatus,
  this.kind,
});