CompositeHealthCheck constructor

CompositeHealthCheck({
  1. String? creationTimestamp,
  2. String? description,
  3. String? fingerprint,
  4. String? healthDestination,
  5. List<String>? healthSources,
  6. String? id,
  7. String? kind,
  8. String? name,
  9. String? region,
  10. String? selfLink,
  11. String? selfLinkWithId,
})

Implementation

CompositeHealthCheck({
  this.creationTimestamp,
  this.description,
  this.fingerprint,
  this.healthDestination,
  this.healthSources,
  this.id,
  this.kind,
  this.name,
  this.region,
  this.selfLink,
  this.selfLinkWithId,
});