CompositeHealthCheck constructor

CompositeHealthCheck({
  1. String? creationTimestamp,
  2. String? description,
  3. String? fingerprint,
  4. String? healthDestination,
  5. List<String> healthSources = const [],
  6. BigInt? 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 = const [],
  this.id,
  this.kind,
  this.name,
  this.region,
  this.selfLink,
  this.selfLinkWithId,
}) : super(fullyQualifiedName);