Network constructor

Network({
  1. List<String>? forwardedPorts,
  2. String? instanceIpMode,
  3. String? instanceTag,
  4. String? name,
  5. bool? sessionAffinity,
  6. String? subnetworkName,
})

Implementation

Network({
  this.forwardedPorts,
  this.instanceIpMode,
  this.instanceTag,
  this.name,
  this.sessionAffinity,
  this.subnetworkName,
});