HealthSource constructor

HealthSource({
  1. String? creationTimestamp,
  2. String? description,
  3. String? fingerprint,
  4. String? healthAggregationPolicy,
  5. String? id,
  6. String? kind,
  7. String? name,
  8. String? region,
  9. String? selfLink,
  10. String? selfLinkWithId,
  11. String? sourceType,
  12. List<String>? sources,
})

Implementation

HealthSource({
  this.creationTimestamp,
  this.description,
  this.fingerprint,
  this.healthAggregationPolicy,
  this.id,
  this.kind,
  this.name,
  this.region,
  this.selfLink,
  this.selfLinkWithId,
  this.sourceType,
  this.sources,
});