TargetHttpProxy constructor

TargetHttpProxy({
  1. String? creationTimestamp,
  2. String? description,
  3. String? fingerprint,
  4. int? httpKeepAliveTimeoutSec,
  5. String? id,
  6. String? kind,
  7. String? name,
  8. bool? proxyBind,
  9. String? region,
  10. String? selfLink,
  11. String? urlMap,
})

Implementation

TargetHttpProxy({
  this.creationTimestamp,
  this.description,
  this.fingerprint,
  this.httpKeepAliveTimeoutSec,
  this.id,
  this.kind,
  this.name,
  this.proxyBind,
  this.region,
  this.selfLink,
  this.urlMap,
});