Gateway constructor

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

Implementation

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