HealthAggregationPolicy constructor

HealthAggregationPolicy({
  1. String? creationTimestamp,
  2. String? description,
  3. String? fingerprint,
  4. int? healthyPercentThreshold,
  5. String? id,
  6. String? kind,
  7. int? minHealthyThreshold,
  8. String? name,
  9. String? policyType,
  10. String? region,
  11. String? selfLink,
  12. String? selfLinkWithId,
})

Implementation

HealthAggregationPolicy({
  this.creationTimestamp,
  this.description,
  this.fingerprint,
  this.healthyPercentThreshold,
  this.id,
  this.kind,
  this.minHealthyThreshold,
  this.name,
  this.policyType,
  this.region,
  this.selfLink,
  this.selfLinkWithId,
});