TargetPool constructor

TargetPool({
  1. String? backupPool,
  2. String? creationTimestamp,
  3. String? description,
  4. double? failoverRatio,
  5. List<String>? healthChecks,
  6. String? id,
  7. List<String>? instances,
  8. String? kind,
  9. String? name,
  10. String? region,
  11. String? securityPolicy,
  12. String? selfLink,
  13. String? sessionAffinity,
})

Implementation

TargetPool({
  this.backupPool,
  this.creationTimestamp,
  this.description,
  this.failoverRatio,
  this.healthChecks,
  this.id,
  this.instances,
  this.kind,
  this.name,
  this.region,
  this.securityPolicy,
  this.selfLink,
  this.sessionAffinity,
});