Gateway constructor

Gateway({
  1. List<String>? addresses,
  2. bool? allPorts,
  3. bool? allowGlobalAccess,
  4. List<String>? certificateUrls,
  5. String? createTime,
  6. String? description,
  7. String? envoyHeaders,
  8. String? gatewaySecurityPolicy,
  9. String? ipVersion,
  10. Map<String, String>? labels,
  11. String? name,
  12. String? network,
  13. List<int>? ports,
  14. String? routingMode,
  15. String? scope,
  16. String? selfLink,
  17. String? serverTlsPolicy,
  18. String? subnetwork,
  19. String? type,
  20. String? updateTime,
})

Implementation

Gateway({
  this.addresses,
  this.allPorts,
  this.allowGlobalAccess,
  this.certificateUrls,
  this.createTime,
  this.description,
  this.envoyHeaders,
  this.gatewaySecurityPolicy,
  this.ipVersion,
  this.labels,
  this.name,
  this.network,
  this.ports,
  this.routingMode,
  this.scope,
  this.selfLink,
  this.serverTlsPolicy,
  this.subnetwork,
  this.type,
  this.updateTime,
});