ApigatewayListApiConfigsResponse constructor
ApigatewayListApiConfigsResponse({
- List<
ApigatewayApiConfig> ? apiConfigs, - String? nextPageToken,
- List<
String> ? unreachableLocations,
Implementation
ApigatewayListApiConfigsResponse({
this.apiConfigs,
this.nextPageToken,
this.unreachableLocations,
});