ListGatewaysOutput constructor
ListGatewaysOutput({
- List<
GatewayInfo> ? gateways, - String? marker,
Implementation
ListGatewaysOutput({
this.gateways,
this.marker,
});