GoogleCloudDataplexV1ListLakesResponse constructor
GoogleCloudDataplexV1ListLakesResponse({
- List<
GoogleCloudDataplexV1Lake> ? lakes, - String? nextPageToken,
- List<
String> ? unreachableLocations,
Implementation
GoogleCloudDataplexV1ListLakesResponse({
this.lakes,
this.nextPageToken,
this.unreachableLocations,
});