Gateway constructor
Gateway({
- List<
String> ? addresses, - List<
String> ? certificateUrls, - String? createTime,
- String? description,
- String? envoyHeaders,
- String? gatewaySecurityPolicy,
- String? ipVersion,
- Map<
String, String> ? labels, - String? name,
- String? network,
- List<
int> ? ports, - String? scope,
- String? selfLink,
- String? serverTlsPolicy,
- String? subnetwork,
- String? type,
- 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,
});