GoogleCloudDataplexV1ListDataProductsResponse constructor
GoogleCloudDataplexV1ListDataProductsResponse({
- List<
GoogleCloudDataplexV1DataProduct> ? dataProducts, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
GoogleCloudDataplexV1ListDataProductsResponse({
this.dataProducts,
this.nextPageToken,
this.unreachable,
});