GoogleCloudDataplexV1ListDataScansResponse constructor

GoogleCloudDataplexV1ListDataScansResponse({
  1. List<GoogleCloudDataplexV1DataScan>? dataScans,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

GoogleCloudDataplexV1ListDataScansResponse({
  this.dataScans,
  this.nextPageToken,
  this.unreachable,
});