GoogleCloudDataplexV1ListDataProductsResponse constructor

GoogleCloudDataplexV1ListDataProductsResponse({
  1. List<GoogleCloudDataplexV1DataProduct>? dataProducts,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

GoogleCloudDataplexV1ListDataProductsResponse({
  this.dataProducts,
  this.nextPageToken,
  this.unreachable,
});