SearchCloudLocationsResponse constructor

SearchCloudLocationsResponse({
  1. List<CloudLocation>? cloudLocations,
  2. String? nextPageToken,
})

Implementation

SearchCloudLocationsResponse({this.cloudLocations, this.nextPageToken});