HttpsHealthCheck constructor

HttpsHealthCheck({
  1. int? checkIntervalSec,
  2. String? creationTimestamp,
  3. String? description,
  4. int? healthyThreshold,
  5. String? host,
  6. String? id,
  7. String? kind,
  8. String? name,
  9. int? port,
  10. String? requestPath,
  11. String? selfLink,
  12. int? timeoutSec,
  13. int? unhealthyThreshold,
})

Implementation

HttpsHealthCheck({
  this.checkIntervalSec,
  this.creationTimestamp,
  this.description,
  this.healthyThreshold,
  this.host,
  this.id,
  this.kind,
  this.name,
  this.port,
  this.requestPath,
  this.selfLink,
  this.timeoutSec,
  this.unhealthyThreshold,
});