HealthCheckService constructor

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

Implementation

HealthCheckService({
  this.creationTimestamp,
  this.description,
  this.fingerprint,
  this.healthChecks,
  this.healthStatusAggregationPolicy,
  this.id,
  this.kind,
  this.name,
  this.networkEndpointGroups,
  this.notificationEndpoints,
  this.region,
  this.selfLink,
});