GoogleCloudDataplexV1ListTasksResponse constructor

GoogleCloudDataplexV1ListTasksResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDataplexV1Task>? tasks,
  3. List<String>? unreachableLocations,
})

Implementation

GoogleCloudDataplexV1ListTasksResponse({
  this.nextPageToken,
  this.tasks,
  this.unreachableLocations,
});