ListCloudLocationsResponse constructor

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

Implementation

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