GoogleCloudDataplexV1ListAssetsResponse constructor

GoogleCloudDataplexV1ListAssetsResponse({
  1. List<GoogleCloudDataplexV1Asset>? assets,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDataplexV1ListAssetsResponse({
  this.assets,
  this.nextPageToken,
});