GoogleCloudDataplexV1ListLakesResponse constructor

GoogleCloudDataplexV1ListLakesResponse({
  1. List<GoogleCloudDataplexV1Lake>? lakes,
  2. String? nextPageToken,
  3. List<String>? unreachableLocations,
})

Implementation

GoogleCloudDataplexV1ListLakesResponse({
  this.lakes,
  this.nextPageToken,
  this.unreachableLocations,
});