TargetTcpProxy constructor

TargetTcpProxy({
  1. String? creationTimestamp,
  2. String? description,
  3. String? id,
  4. String? kind,
  5. String? name,
  6. bool? proxyBind,
  7. String? proxyHeader,
  8. String? region,
  9. String? selfLink,
  10. String? service,
})

Implementation

TargetTcpProxy({
  this.creationTimestamp,
  this.description,
  this.id,
  this.kind,
  this.name,
  this.proxyBind,
  this.proxyHeader,
  this.region,
  this.selfLink,
  this.service,
});