GoogleCloudDataplexV1ListDataScansResponse constructor
GoogleCloudDataplexV1ListDataScansResponse({
- List<
GoogleCloudDataplexV1DataScan> ? dataScans, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
GoogleCloudDataplexV1ListDataScansResponse({
this.dataScans,
this.nextPageToken,
this.unreachable,
});