ApigatewayListLocationsResponse constructor

ApigatewayListLocationsResponse({
  1. List<ApigatewayLocation>? locations,
  2. String? nextPageToken,
})

Implementation

ApigatewayListLocationsResponse({this.locations, this.nextPageToken});