HealthCheckService constructor

HealthCheckService({
  1. String? creationTimestamp,
  2. String? description,
  3. String? fingerprint,
  4. List<String> healthChecks = const [],
  5. String? healthStatusAggregationPolicy,
  6. BigInt? id,
  7. String? kind,
  8. String? name,
  9. List<String> networkEndpointGroups = const [],
  10. List<String> notificationEndpoints = const [],
  11. String? region,
  12. String? selfLink,
})

Implementation

HealthCheckService({
  this.creationTimestamp,
  this.description,
  this.fingerprint,
  this.healthChecks = const [],
  this.healthStatusAggregationPolicy,
  this.id,
  this.kind,
  this.name,
  this.networkEndpointGroups = const [],
  this.notificationEndpoints = const [],
  this.region,
  this.selfLink,
}) : super(fullyQualifiedName);