GoogleCloudDataplexV1ListPartitionsResponse constructor
GoogleCloudDataplexV1ListPartitionsResponse({
- String? nextPageToken,
- List<
GoogleCloudDataplexV1Partition> ? partitions,
Implementation
GoogleCloudDataplexV1ListPartitionsResponse({
this.nextPageToken,
this.partitions,
});