ListGatewaysResponse constructor
ListGatewaysResponse({
- List<
GatewaySummary> ? gateways, - String? nextToken,
Implementation
ListGatewaysResponse({
this.gateways,
this.nextToken,
});