Gateway constructor

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

Implementation

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