BackendServiceGroupHealth constructor

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

Implementation

BackendServiceGroupHealth({
  this.annotations = const {},
  this.healthStatus = const [],
  this.kind,
}) : super(fullyQualifiedName);