GenerateTcpProxyScriptRequest constructor

GenerateTcpProxyScriptRequest({
  1. String? vmMachineType,
  2. String? vmName,
  3. String? vmSubnet,
  4. String? vmZone,
})

Implementation

GenerateTcpProxyScriptRequest({
  this.vmMachineType,
  this.vmName,
  this.vmSubnet,
  this.vmZone,
});