ApigatewayListGatewaysResponse constructor
ApigatewayListGatewaysResponse({
- List<
ApigatewayGateway> ? gateways, - String? nextPageToken,
- List<
String> ? unreachableLocations,
Implementation
ApigatewayListGatewaysResponse({
this.gateways,
this.nextPageToken,
this.unreachableLocations,
});