GoogleCloudDataplexV1ListTasksResponse constructor
GoogleCloudDataplexV1ListTasksResponse({
- String? nextPageToken,
- List<
GoogleCloudDataplexV1Task> ? tasks, - List<
String> ? unreachableLocations,
Implementation
GoogleCloudDataplexV1ListTasksResponse({
this.nextPageToken,
this.tasks,
this.unreachableLocations,
});