ApigatewayListLocationsResponse constructor
ApigatewayListLocationsResponse({
- List<
ApigatewayLocation> ? locations, - String? nextPageToken,
Implementation
ApigatewayListLocationsResponse({
this.locations,
this.nextPageToken,
});