GoogleCloudDataplexV1ListPartitionsResponse constructor

GoogleCloudDataplexV1ListPartitionsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDataplexV1Partition>? partitions,
})

Implementation

GoogleCloudDataplexV1ListPartitionsResponse({
  this.nextPageToken,
  this.partitions,
});